1# Data Types 2 3> **NOTE** 4> 5> The APIs of this module are supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version. 6 7## Length Type 8 9| Name | Type | Description | 10| ---------- | -------------------------- | ---------------------------------------- | 11| length | string \| number | Size unit. When the type is **number**, the unit is px. When the type is **string**, the pixel unit must be explicitly specified. Currently, the following pixel units are supported:<br>- **px**: logical size unit.<br>- **fp**: font pixel unit, which varies according to the system font size. This unit is only available for text components.| 12| percentage | string | Unit in percentage, for example, **'50%'**. | 13 14 15## Color Type 16 17| Name | Type | Description | 18| ----- | ------------------ | ---------------------------------------- | 19| color | string \|Color enumeration| Color information.<br>The string format is as follows:<br>- 'rgb(255, 255, 255)'<br>- 'rgba(255, 255, 255, 1.0)'<br>- HEX format: '\#rrggbb', '\#aarrggbb'<br>- Enumeration format: 'black','white'<br>The enumeration format is not supported in the JS script.| 20 21 **Table 1** Color enums 22 23| Name | Hexadecimal Code | Color | 24| -------------------- | -------- | ---------------------------------------- | 25| aliceblue | \#f0f8ff |  | 26| antiquewhite | \#faebd7 |  | 27| aqua | \#00ffff |  | 28| aquamarine | \#7fffd4 |  | 29| azure | \#f0ffff |  | 30| beige | \#f5f5dc |  | 31| bisque | \#ffe4c4 |  | 32| black | \#000000 |  | 33| blanchedalmond | \#ffebcd |  | 34| blue | \#0000ff |  | 35| blueviolet | \#8a2be2 |  | 36| brown | \#a52a2a |  | 37| burlywood | \#deB887 |  | 38| cadetblue | \#5f9ea0 |  | 39| chartreuse | \#7fff00 |  | 40| chocolate | \#d2691e |  | 41| coral | \#ff7f50 |  | 42| cornflowerblue | \#6495ed |  | 43| cornsilk | \#fff8dc |  | 44| crimson | \#dc143c |  | 45| cyan | \#00ffff |  | 46| darkblue | \#00008b |  | 47| darkcyan | \#008b8b |  | 48| darkgoldenrod | \#b8860b |  | 49| darkgray | \#a9a9a9 |  | 50| darkgreen | \#006400 |  | 51| darkgrey | \#a9a9a9 |  | 52| darkkhaki | \#bdb76b |  | 53| darkmagenta | \#8b008b |  | 54| darkolivegreen | \#556b2f |  | 55| darkorange | \#ff8c00 |  | 56| darkorchid | \#9932cc |  | 57| darkred | \#8b0000 |  | 58| darksalmon | \#e9967a |  | 59| darkseagreen | \#8fbc8f |  | 60| darkslateblue | \#483d8b |  | 61| darkslategray | \#2f4f4f |  | 62| darkslategrey | \#2f4f4f |  | 63| darkturquoise | \#00ced1 |  | 64| darkviolet | \#9400d3 |  | 65| deeppink | \#ff1493 |  | 66| deepskyblue | \#00bfff |  | 67| dimgray | \#696969 |  | 68| dimgrey | \#696969 |  | 69| dodgerblue | \#1e90ff |  | 70| firebrick | \#b22222 |  | 71| floralwhite | \#fffaf0 |  | 72| forestgreen | \#228b22 |  | 73| fuchsia | \#ff00ff |  | 74| gainsboro | \#dcdcdc |  | 75| ghostwhite | \#f8f8ff |  | 76| gold | \#ffd700 |  | 77| goldenrod | \#daa520 |  | 78| gray | \#808080 |  | 79| green | \#008000 |  | 80| greenyellow | \#adff2f |  | 81| grey | \#808080 |  | 82| honeydew | \#f0fff0 |  | 83| hotpink | \#ff69b4 |  | 84| indianred | \#cd5c5c |  | 85| indigo | \#4b0082 |  | 86| ivory | \#fffff0 |  | 87| khaki | \#f0e68c |  | 88| lavender | \#e6e6fa |  | 89| lavenderblush | \#fff0f5 |  | 90| lawngreen | \#7cfc00 |  | 91| lemonchiffon | \#fffacd |  | 92| lightblue | \#add8e6 |  | 93| lightcoral | \#f08080 |  | 94| lightcyan | \#e0ffff |  | 95| lightgoldenrodyellow | \#fafad2 |  | 96| lightgray | \#d3d3d3 |  | 97| lightgreen | \#90ee90 |  | 98| lightpink | \#ffb6c1 |  | 99| lightsalmon | \#ffa07a |  | 100| lightseagreen | \#20b2aa |  | 101| lightskyblue | \#87cefa |  | 102| lightslategray | \#778899 |  | 103| lightslategrey | \#778899 |  | 104| lightsteelblue | \#b0c4de |  | 105| lightyellow | \#ffffe0 |  | 106| lime | \#00ff00 |  | 107| limegreen | \#32cd32 |  | 108| linen | \#faf0e6 |  | 109| magenta | \#ff00ff |  | 110| maroon | \#800000 |  | 111| mediumaquamarine | \#66cdaa |  | 112| mediumblue | \#0000cd |  | 113| mediumorchid | \#ba55d3 |  | 114| mediumpurple | \#9370db |  | 115| mediumseagreen | \#3cb371 |  | 116| mediumslateblue | \#7b68ee |  | 117| mediumspringgreen | \#00fa9a |  | 118| mediumturquoise | \#48d1cc |  | 119| mediumvioletred | \#c71585 |  | 120| midnightblue | \#191970 |  | 121| mintcream | \#f5fffa |  | 122| mistyrose | \#ffe4e1 |  | 123| moccasin | \#ffe4b5 |  | 124| navajowhite | \#ffdead |  | 125| navy | \#000080 |  | 126| oldlace | \#fdf5e6 |  | 127| olive | \#808000 |  | 128| olivedrab | \#6b8e23 |  | 129| orange | \#ffa500 |  | 130| orangered | \#ff4500 |  | 131| orchid | \#da70d6 |  | 132| palegoldenrod | \#eee8aa |  | 133| palegreen | \#98fb98 |  | 134| paleturquoise | \#afeeee |  | 135| palevioletred | \#db7093 |  | 136| papayawhip | \#ffefd5 |  | 137| peachpuff | \#ffdab9 |  | 138| peru | \#cd853f |  | 139| pink | \#ffc0cb |  | 140| plum | \#dda0dd |  | 141| powderblue | \#b0e0e6 |  | 142| purple | \#800080 |  | 143| rebeccapurple | \#663399 |  | 144| red | \#ff0000 |  | 145| rosybrown | \#bc8f8f |  | 146| royalblue | \#4169e1 |  | 147| saddlebrown | \#8b4513 |  | 148| salmon | \#fa8072 |  | 149| sandybrown | \#f4a460 |  | 150| seagreen | \#2e8b57 |  | 151| seashell | \#fff5ee |  | 152| sienna | \#a0522d |  | 153| silver | \#c0c0c0 |  | 154| skyblue | \#87ceeb |  | 155| slateblue | \#6a5acd |  | 156| slategray | \#708090 |  | 157| slategrey | \#708090 |  | 158| snow | \#fffafa |  | 159| springgreen | \#00ff7f |  | 160| steelblue | \#4682b4 |  | 161| tan | \#d2b48c |  | 162| teal | \#008080 |  | 163| thistle | \#d8Bfd8 |  | 164| tomato | \#ff6347 |  | 165| turquoise | \#40e0d0 |  | 166| violet | \#ee82ee |  | 167| wheat | \#f5deb3 |  | 168| white | \#ffffff |  | 169| whitesmoke | \#f5f5f5 |  | 170| yellow | \#ffff00 |  | 171| yellowgreen | \#9acd32 |  | 172