Color spaces of #d64cdd
RGB | 214 | 76 | 221 |
---|---|---|---|
HSL | 0.83 | 0.68 | 0.58 |
HSV | 297° | 66° | 87° |
CMYK | 0.03 | 0.66 | 0.00 0.13 |
XYZ | 43.3671 | 24.6855 | 70.8857 |
Yxy | 24.6855 | 0.3121 | 0.1777 |
Hunter Lab | 49.6845 | 68.8558 | -49.8109 |
CIE-Lab | 56.7677 | 71.2722 | -47.8774 |
#d64cdd color RGB value is (214,76,221).
#d64cdd hex color red value is 214, green value is 76 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d64cdd hue: 0.83 , saturation: 0.68 and the lightness value of d64cdd is 0.58.
The process color (four color CMYK) of #d64cdd color hex is 0.03, 0.66, 0.00, 0.13. Web safe color of #d64cdd is #cc33cc. Color #d64cdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01001100 | 11011101 |
Octal | 326 | 114 | 335 |
Decimal | 214 | 76 | 221 |
Hex | D6 | 4C | DD |
Shades of #d64cdd
Tints of #d64cdd
RGB Percentages of Color #d64cdd
CMYK Percentages of Color #d64cdd
Complementary Color
#d64cdd | #53dd4c |
#d64cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d64cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d64cdd Color CSS Codes
.mybgcolor {background-color:#d64cdd; } .myforecolor {color:#d64cdd; } .mybordercolor {border:3px solid #d64cdd; }
#d64cdd Text Font Color
<p style="color:#d64cdd">Text here</p>
This sample text font color is #d64cdd
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.
#d64cdd Background Color
<div style="background-color:#d64cdd">
Div content here</div>
This div background color is #d64cdd
#d64cdd Border Color
<div style="border:3px solid #d64cdd">
Div here</div>
This div border color is #d64cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,76,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d64cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d64cdd; -webkit-box-shadow: 1px 1px 3px 2px #d64cdd; box-shadow: 1px 1px 3px 2px #d64cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,76,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d64cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d64cdd; -webkit-box-shadow: 1px 1px 3px 2px #d64cdd; box-shadow: 1px 1px 3px 2px #d64cdd;">
Div content here</div>
This div box has shadow with color #d64cdd
Comments
No comments written yet.
Please login to write comment.