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