Color spaces of #d811ca
RGB | 216 | 17 | 202 |
---|---|---|---|
HSL | 0.85 | 0.85 | 0.46 |
HSV | 304° | 92° | 85° |
CMYK | 0.00 | 0.92 | 0.06 0.15 |
XYZ | 39.1800 | 19.2641 | 57.5304 |
Yxy | 19.2641 | 0.3378 | 0.1661 |
Hunter Lab | 43.8909 | 82.5322 | -46.9913 |
CIE-Lab | 50.9948 | 83.3457 | -46.1790 |
#d811ca color RGB value is (216,17,202).
#d811ca hex color red value is 216, green value is 17 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d811ca hue: 0.85 , saturation: 0.85 and the lightness value of d811ca is 0.46.
The process color (four color CMYK) of #d811ca color hex is 0.00, 0.92, 0.06, 0.15. Web safe color of #d811ca is #cc00cc. Color #d811ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 00010001 | 11001010 |
Octal | 330 | 21 | 312 |
Decimal | 216 | 17 | 202 |
Hex | D8 | 11 | CA |
Shades of #d811ca
Tints of #d811ca
RGB Percentages of Color #d811ca
CMYK Percentages of Color #d811ca
Complementary Color
#d811ca | #11d81f |
#d811ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d811ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d811ca Color CSS Codes
.mybgcolor {background-color:#d811ca; } .myforecolor {color:#d811ca; } .mybordercolor {border:3px solid #d811ca; }
#d811ca Text Font Color
<p style="color:#d811ca">Text here</p>
This sample text font color is #d811ca
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.
#d811ca Background Color
<div style="background-color:#d811ca">
Div content here</div>
This div background color is #d811ca
#d811ca Border Color
<div style="border:3px solid #d811ca">
Div here</div>
This div border color is #d811ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,17,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d811ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d811ca; -webkit-box-shadow: 1px 1px 3px 2px #d811ca; box-shadow: 1px 1px 3px 2px #d811ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,17,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 #d811ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d811ca; -webkit-box-shadow: 1px 1px 3px 2px #d811ca; box-shadow: 1px 1px 3px 2px #d811ca;">
Div content here</div>
This div box has shadow with color #d811ca
Comments
No comments written yet.
Please login to write comment.