Color spaces of #d416cd
RGB | 212 | 22 | 205 |
---|---|---|---|
HSL | 0.84 | 0.81 | 0.46 |
HSV | 302° | 90° | 83° |
CMYK | 0.00 | 0.90 | 0.03 0.17 |
XYZ | 38.4577 | 18.9786 | 59.3939 |
Yxy | 18.9786 | 0.3292 | 0.1624 |
Hunter Lab | 43.5644 | 81.3380 | -50.3384 |
CIE-Lab | 50.6622 | 82.4785 | -48.4797 |
#d416cd color RGB value is (212,22,205).
#d416cd hex color red value is 212, green value is 22 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d416cd hue: 0.84 , saturation: 0.81 and the lightness value of d416cd is 0.46.
The process color (four color CMYK) of #d416cd color hex is 0.00, 0.90, 0.03, 0.17. Web safe color of #d416cd is #cc00cc. Color #d416cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00010110 | 11001101 |
Octal | 324 | 26 | 315 |
Decimal | 212 | 22 | 205 |
Hex | D4 | 16 | CD |
Shades of #d416cd
Tints of #d416cd
RGB Percentages of Color #d416cd
CMYK Percentages of Color #d416cd
Complementary Color
#d416cd | #16d41d |
#d416cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d416cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d416cd Color CSS Codes
.mybgcolor {background-color:#d416cd; } .myforecolor {color:#d416cd; } .mybordercolor {border:3px solid #d416cd; }
#d416cd Text Font Color
<p style="color:#d416cd">Text here</p>
This sample text font color is #d416cd
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.
#d416cd Background Color
<div style="background-color:#d416cd">
Div content here</div>
This div background color is #d416cd
#d416cd Border Color
<div style="border:3px solid #d416cd">
Div here</div>
This div border color is #d416cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,22,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d416cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d416cd; -webkit-box-shadow: 1px 1px 3px 2px #d416cd; box-shadow: 1px 1px 3px 2px #d416cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,22,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 #d416cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d416cd; -webkit-box-shadow: 1px 1px 3px 2px #d416cd; box-shadow: 1px 1px 3px 2px #d416cd;">
Div content here</div>
This div box has shadow with color #d416cd
Comments
No comments written yet.
Please login to write comment.