Color spaces of #ab13ce
RGB | 171 | 19 | 206 |
---|---|---|---|
HSL | 0.80 | 0.83 | 0.44 |
HSV | 289° | 91° | 81° |
CMYK | 0.17 | 0.91 | 0.00 0.19 |
XYZ | 28.1680 | 13.5799 | 59.5291 |
Yxy | 13.5799 | 0.2781 | 0.1341 |
Hunter Lab | 36.8509 | 71.9522 | -69.9816 |
CIE-Lab | 43.6243 | 76.3553 | -60.7378 |
#ab13ce color RGB value is (171,19,206).
#ab13ce hex color red value is 171, green value is 19 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab13ce hue: 0.80 , saturation: 0.83 and the lightness value of ab13ce is 0.44.
The process color (four color CMYK) of #ab13ce color hex is 0.17, 0.91, 0.00, 0.19. Web safe color of #ab13ce is #9900cc. Color #ab13ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00010011 | 11001110 |
Octal | 253 | 23 | 316 |
Decimal | 171 | 19 | 206 |
Hex | AB | 13 | CE |
Shades of #ab13ce
Tints of #ab13ce
RGB Percentages of Color #ab13ce
CMYK Percentages of Color #ab13ce
Complementary Color
#ab13ce | #36ce13 |
#ab13ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab13ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab13ce Color CSS Codes
.mybgcolor {background-color:#ab13ce; } .myforecolor {color:#ab13ce; } .mybordercolor {border:3px solid #ab13ce; }
#ab13ce Text Font Color
<p style="color:#ab13ce">Text here</p>
This sample text font color is #ab13ce
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.
#ab13ce Background Color
<div style="background-color:#ab13ce">
Div content here</div>
This div background color is #ab13ce
#ab13ce Border Color
<div style="border:3px solid #ab13ce">
Div here</div>
This div border color is #ab13ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,19,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab13ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab13ce; -webkit-box-shadow: 1px 1px 3px 2px #ab13ce; box-shadow: 1px 1px 3px 2px #ab13ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,19,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab13ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab13ce; -webkit-box-shadow: 1px 1px 3px 2px #ab13ce; box-shadow: 1px 1px 3px 2px #ab13ce;">
Div content here</div>
This div box has shadow with color #ab13ce
Comments
No comments written yet.
Please login to write comment.