Color spaces of #d69ecc
RGB | 214 | 158 | 204 |
---|---|---|---|
HSL | 0.86 | 0.41 | 0.73 |
HSV | 311° | 26° | 84° |
CMYK | 0.00 | 0.26 | 0.05 0.16 |
XYZ | 50.8575 | 43.1095 | 62.7672 |
Yxy | 43.1095 | 0.3245 | 0.2750 |
Hunter Lab | 65.6578 | 23.3620 | -10.7192 |
CIE-Lab | 71.6292 | 28.2094 | -15.3666 |
#d69ecc color RGB value is (214,158,204).
#d69ecc hex color red value is 214, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d69ecc hue: 0.86 , saturation: 0.41 and the lightness value of d69ecc is 0.73.
The process color (four color CMYK) of #d69ecc color hex is 0.00, 0.26, 0.05, 0.16. Web safe color of #d69ecc is #cc99cc. Color #d69ecc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10011110 | 11001100 |
Octal | 326 | 236 | 314 |
Decimal | 214 | 158 | 204 |
Hex | D6 | 9E | CC |
Shades of #d69ecc
Tints of #d69ecc
RGB Percentages of Color #d69ecc
CMYK Percentages of Color #d69ecc
Complementary Color
#d69ecc | #9ed6a8 |
#d69ecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d69ecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d69ecc Color CSS Codes
.mybgcolor {background-color:#d69ecc; } .myforecolor {color:#d69ecc; } .mybordercolor {border:3px solid #d69ecc; }
#d69ecc Text Font Color
<p style="color:#d69ecc">Text here</p>
This sample text font color is #d69ecc
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.
#d69ecc Background Color
<div style="background-color:#d69ecc">
Div content here</div>
This div background color is #d69ecc
#d69ecc Border Color
<div style="border:3px solid #d69ecc">
Div here</div>
This div border color is #d69ecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,158,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d69ecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d69ecc; -webkit-box-shadow: 1px 1px 3px 2px #d69ecc; box-shadow: 1px 1px 3px 2px #d69ecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,158,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d69ecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d69ecc; -webkit-box-shadow: 1px 1px 3px 2px #d69ecc; box-shadow: 1px 1px 3px 2px #d69ecc;">
Div content here</div>
This div box has shadow with color #d69ecc
Comments
No comments written yet.
Please login to write comment.