Color spaces of #d823cd
RGB | 216 | 35 | 205 |
---|---|---|---|
HSL | 0.84 | 0.72 | 0.49 |
HSV | 304° | 84° | 85° |
CMYK | 0.00 | 0.84 | 0.05 0.15 |
XYZ | 39.9394 | 20.2088 | 59.5533 |
Yxy | 20.2088 | 0.3337 | 0.1688 |
Hunter Lab | 44.9542 | 79.9178 | -47.0768 |
CIE-Lab | 52.0725 | 81.0893 | -46.1942 |
#d823cd color RGB value is (216,35,205).
#d823cd hex color red value is 216, green value is 35 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d823cd hue: 0.84 , saturation: 0.72 and the lightness value of d823cd is 0.49.
The process color (four color CMYK) of #d823cd color hex is 0.00, 0.84, 0.05, 0.15. Web safe color of #d823cd is #cc33cc. Color #d823cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 00100011 | 11001101 |
Octal | 330 | 43 | 315 |
Decimal | 216 | 35 | 205 |
Hex | D8 | 23 | CD |
Shades of #d823cd
Tints of #d823cd
RGB Percentages of Color #d823cd
CMYK Percentages of Color #d823cd
Complementary Color
#d823cd | #23d82e |
#d823cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d823cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d823cd Color CSS Codes
.mybgcolor {background-color:#d823cd; } .myforecolor {color:#d823cd; } .mybordercolor {border:3px solid #d823cd; }
#d823cd Text Font Color
<p style="color:#d823cd">Text here</p>
This sample text font color is #d823cd
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.
#d823cd Background Color
<div style="background-color:#d823cd">
Div content here</div>
This div background color is #d823cd
#d823cd Border Color
<div style="border:3px solid #d823cd">
Div here</div>
This div border color is #d823cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,35,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d823cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d823cd; -webkit-box-shadow: 1px 1px 3px 2px #d823cd; box-shadow: 1px 1px 3px 2px #d823cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,35,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 #d823cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d823cd; -webkit-box-shadow: 1px 1px 3px 2px #d823cd; box-shadow: 1px 1px 3px 2px #d823cd;">
Div content here</div>
This div box has shadow with color #d823cd
Comments
No comments written yet.
Please login to write comment.