Color spaces of #d66edd
RGB | 214 | 110 | 221 |
---|---|---|---|
HSL | 0.82 | 0.62 | 0.65 |
HSV | 296° | 50° | 87° |
CMYK | 0.03 | 0.50 | 0.00 0.13 |
XYZ | 46.3586 | 30.6685 | 71.8828 |
Yxy | 30.6685 | 0.3113 | 0.2060 |
Hunter Lab | 55.3791 | 52.5111 | -38.1937 |
CIE-Lab | 62.2268 | 56.3964 | -39.2741 |
#d66edd color RGB value is (214,110,221).
#d66edd hex color red value is 214, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d66edd hue: 0.82 , saturation: 0.62 and the lightness value of d66edd is 0.65.
The process color (four color CMYK) of #d66edd color hex is 0.03, 0.50, 0.00, 0.13. Web safe color of #d66edd is #cc66cc. Color #d66edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01101110 | 11011101 |
Octal | 326 | 156 | 335 |
Decimal | 214 | 110 | 221 |
Hex | D6 | 6E | DD |
Shades of #d66edd
Tints of #d66edd
RGB Percentages of Color #d66edd
CMYK Percentages of Color #d66edd
Complementary Color
#d66edd | #75dd6e |
#d66edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d66edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d66edd Color CSS Codes
.mybgcolor {background-color:#d66edd; } .myforecolor {color:#d66edd; } .mybordercolor {border:3px solid #d66edd; }
#d66edd Text Font Color
<p style="color:#d66edd">Text here</p>
This sample text font color is #d66edd
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.
#d66edd Background Color
<div style="background-color:#d66edd">
Div content here</div>
This div background color is #d66edd
#d66edd Border Color
<div style="border:3px solid #d66edd">
Div here</div>
This div border color is #d66edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,110,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d66edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d66edd; -webkit-box-shadow: 1px 1px 3px 2px #d66edd; box-shadow: 1px 1px 3px 2px #d66edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,110,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 #d66edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d66edd; -webkit-box-shadow: 1px 1px 3px 2px #d66edd; box-shadow: 1px 1px 3px 2px #d66edd;">
Div content here</div>
This div box has shadow with color #d66edd
Comments
No comments written yet.
Please login to write comment.