Color spaces of #ad17cd
RGB | 173 | 23 | 205 |
---|---|---|---|
HSL | 0.80 | 0.80 | 0.45 |
HSV | 289° | 89° | 80° |
CMYK | 0.16 | 0.89 | 0.00 0.20 |
XYZ | 28.5594 | 13.9048 | 58.9363 |
Yxy | 13.9048 | 0.2816 | 0.1371 |
Hunter Lab | 37.2891 | 71.4555 | -67.6067 |
CIE-Lab | 44.0961 | 75.8588 | -59.3798 |
#ad17cd color RGB value is (173,23,205).
#ad17cd hex color red value is 173, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad17cd hue: 0.80 , saturation: 0.80 and the lightness value of ad17cd is 0.45.
The process color (four color CMYK) of #ad17cd color hex is 0.16, 0.89, 0.00, 0.20. Web safe color of #ad17cd is #9900cc. Color #ad17cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00010111 | 11001101 |
Octal | 255 | 27 | 315 |
Decimal | 173 | 23 | 205 |
Hex | AD | 17 | CD |
Shades of #ad17cd
Tints of #ad17cd
RGB Percentages of Color #ad17cd
CMYK Percentages of Color #ad17cd
Complementary Color
#ad17cd | #37cd17 |
#ad17cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad17cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad17cd Color CSS Codes
.mybgcolor {background-color:#ad17cd; } .myforecolor {color:#ad17cd; } .mybordercolor {border:3px solid #ad17cd; }
#ad17cd Text Font Color
<p style="color:#ad17cd">Text here</p>
This sample text font color is #ad17cd
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.
#ad17cd Background Color
<div style="background-color:#ad17cd">
Div content here</div>
This div background color is #ad17cd
#ad17cd Border Color
<div style="border:3px solid #ad17cd">
Div here</div>
This div border color is #ad17cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,23,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad17cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad17cd; -webkit-box-shadow: 1px 1px 3px 2px #ad17cd; box-shadow: 1px 1px 3px 2px #ad17cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,23,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad17cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad17cd; -webkit-box-shadow: 1px 1px 3px 2px #ad17cd; box-shadow: 1px 1px 3px 2px #ad17cd;">
Div content here</div>
This div box has shadow with color #ad17cd
Comments
No comments written yet.
Please login to write comment.