Color spaces of #d817ca
RGB | 216 | 23 | 202 |
---|---|---|---|
HSL | 0.85 | 0.81 | 0.47 |
HSV | 304° | 89° | 85° |
CMYK | 0.00 | 0.89 | 0.06 0.15 |
XYZ | 39.2860 | 19.4760 | 57.5658 |
Yxy | 19.4760 | 0.3377 | 0.1674 |
Hunter Lab | 44.1316 | 81.6705 | -46.4464 |
CIE-Lab | 51.2395 | 82.6261 | -45.7902 |
#d817ca color RGB value is (216,23,202).
#d817ca hex color red value is 216, green value is 23 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d817ca hue: 0.85 , saturation: 0.81 and the lightness value of d817ca is 0.47.
The process color (four color CMYK) of #d817ca color hex is 0.00, 0.89, 0.06, 0.15. Web safe color of #d817ca is #cc00cc. Color #d817ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 00010111 | 11001010 |
Octal | 330 | 27 | 312 |
Decimal | 216 | 23 | 202 |
Hex | D8 | 17 | CA |
Shades of #d817ca
Tints of #d817ca
RGB Percentages of Color #d817ca
CMYK Percentages of Color #d817ca
Complementary Color
#d817ca | #17d825 |
#d817ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d817ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d817ca Color CSS Codes
.mybgcolor {background-color:#d817ca; } .myforecolor {color:#d817ca; } .mybordercolor {border:3px solid #d817ca; }
#d817ca Text Font Color
<p style="color:#d817ca">Text here</p>
This sample text font color is #d817ca
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.
#d817ca Background Color
<div style="background-color:#d817ca">
Div content here</div>
This div background color is #d817ca
#d817ca Border Color
<div style="border:3px solid #d817ca">
Div here</div>
This div border color is #d817ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,23,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d817ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d817ca; -webkit-box-shadow: 1px 1px 3px 2px #d817ca; box-shadow: 1px 1px 3px 2px #d817ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,23,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d817ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d817ca; -webkit-box-shadow: 1px 1px 3px 2px #d817ca; box-shadow: 1px 1px 3px 2px #d817ca;">
Div content here</div>
This div box has shadow with color #d817ca
Comments
No comments written yet.
Please login to write comment.