Color spaces of #ab02cb
RGB | 171 | 2 | 203 |
---|---|---|---|
HSL | 0.81 | 0.98 | 0.40 |
HSV | 290° | 99° | 80° |
CMYK | 0.16 | 0.99 | 0.00 0.20 |
XYZ | 27.5958 | 13.0131 | 57.5572 |
Yxy | 13.0131 | 0.2811 | 0.1326 |
Hunter Lab | 36.0737 | 73.4208 | -69.3483 |
CIE-Lab | 42.7830 | 77.7091 | -60.3624 |
#ab02cb color RGB value is (171,2,203).
#ab02cb hex color red value is 171, green value is 2 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab02cb hue: 0.81 , saturation: 0.98 and the lightness value of ab02cb is 0.40.
The process color (four color CMYK) of #ab02cb color hex is 0.16, 0.99, 0.00, 0.20. Web safe color of #ab02cb is #9900cc. Color #ab02cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00000010 | 11001011 |
Octal | 253 | 2 | 313 |
Decimal | 171 | 2 | 203 |
Hex | AB | 2 | CB |
Shades of #ab02cb
Tints of #ab02cb
RGB Percentages of Color #ab02cb
CMYK Percentages of Color #ab02cb
Complementary Color
#ab02cb | #22cb02 |
#ab02cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab02cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab02cb Color CSS Codes
.mybgcolor {background-color:#ab02cb; } .myforecolor {color:#ab02cb; } .mybordercolor {border:3px solid #ab02cb; }
#ab02cb Text Font Color
<p style="color:#ab02cb">Text here</p>
This sample text font color is #ab02cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ab02cb Background Color
<div style="background-color:#ab02cb">
Div content here</div>
This div background color is #ab02cb
#ab02cb Border Color
<div style="border:3px solid #ab02cb">
Div here</div>
This div border color is #ab02cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,2,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab02cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab02cb; -webkit-box-shadow: 1px 1px 3px 2px #ab02cb; box-shadow: 1px 1px 3px 2px #ab02cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,2,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab02cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab02cb; -webkit-box-shadow: 1px 1px 3px 2px #ab02cb; box-shadow: 1px 1px 3px 2px #ab02cb;">
Div content here</div>
This div box has shadow with color #ab02cb
Comments
No comments written yet.
Please login to write comment.