Color spaces of #a912ce
RGB | 169 | 18 | 206 |
---|---|---|---|
HSL | 0.80 | 0.84 | 0.44 |
HSV | 288° | 91° | 81° |
CMYK | 0.18 | 0.91 | 0.00 0.19 |
XYZ | 27.7191 | 13.3239 | 59.5033 |
Yxy | 13.3239 | 0.2757 | 0.1325 |
Hunter Lab | 36.5019 | 71.6723 | -71.0998 |
CIE-Lab | 43.2473 | 76.2001 | -61.3643 |
#a912ce color RGB value is (169,18,206).
#a912ce hex color red value is 169, green value is 18 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a912ce hue: 0.80 , saturation: 0.84 and the lightness value of a912ce is 0.44.
The process color (four color CMYK) of #a912ce color hex is 0.18, 0.91, 0.00, 0.19. Web safe color of #a912ce is #9900cc. Color #a912ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00010010 | 11001110 |
Octal | 251 | 22 | 316 |
Decimal | 169 | 18 | 206 |
Hex | A9 | 12 | CE |
Shades of #a912ce
Tints of #a912ce
RGB Percentages of Color #a912ce
CMYK Percentages of Color #a912ce
Complementary Color
#a912ce | #37ce12 |
#a912ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a912ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a912ce Color CSS Codes
.mybgcolor {background-color:#a912ce; } .myforecolor {color:#a912ce; } .mybordercolor {border:3px solid #a912ce; }
#a912ce Text Font Color
<p style="color:#a912ce">Text here</p>
This sample text font color is #a912ce
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.
#a912ce Background Color
<div style="background-color:#a912ce">
Div content here</div>
This div background color is #a912ce
#a912ce Border Color
<div style="border:3px solid #a912ce">
Div here</div>
This div border color is #a912ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,18,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a912ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a912ce; -webkit-box-shadow: 1px 1px 3px 2px #a912ce; box-shadow: 1px 1px 3px 2px #a912ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,18,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 #a912ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a912ce; -webkit-box-shadow: 1px 1px 3px 2px #a912ce; box-shadow: 1px 1px 3px 2px #a912ce;">
Div content here</div>
This div box has shadow with color #a912ce
Comments
No comments written yet.
Please login to write comment.