Color spaces of #db9ecc
RGB | 219 | 158 | 204 |
---|---|---|---|
HSL | 0.87 | 0.46 | 0.74 |
HSV | 315° | 28° | 86° |
CMYK | 0.00 | 0.28 | 0.07 0.14 |
XYZ | 52.3394 | 43.8734 | 62.8366 |
Yxy | 43.8734 | 0.3291 | 0.2758 |
Hunter Lab | 66.2370 | 25.1331 | -9.8803 |
CIE-Lab | 72.1438 | 29.8964 | -14.5407 |
#db9ecc color RGB value is (219,158,204).
#db9ecc hex color red value is 219, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #db9ecc hue: 0.87 , saturation: 0.46 and the lightness value of db9ecc is 0.74.
The process color (four color CMYK) of #db9ecc color hex is 0.00, 0.28, 0.07, 0.14. Web safe color of #db9ecc is #cc99cc. Color #db9ecc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10011110 | 11001100 |
Octal | 333 | 236 | 314 |
Decimal | 219 | 158 | 204 |
Hex | DB | 9E | CC |
Shades of #db9ecc
Tints of #db9ecc
RGB Percentages of Color #db9ecc
CMYK Percentages of Color #db9ecc
Complementary Color
#db9ecc | #9edbad |
#db9ecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db9ecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#db9ecc Color CSS Codes
.mybgcolor {background-color:#db9ecc; } .myforecolor {color:#db9ecc; } .mybordercolor {border:3px solid #db9ecc; }
#db9ecc Text Font Color
<p style="color:#db9ecc">Text here</p>
This sample text font color is #db9ecc
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.
#db9ecc Background Color
<div style="background-color:#db9ecc">
Div content here</div>
This div background color is #db9ecc
#db9ecc Border Color
<div style="border:3px solid #db9ecc">
Div here</div>
This div border color is #db9ecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,158,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db9ecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db9ecc; -webkit-box-shadow: 1px 1px 3px 2px #db9ecc; box-shadow: 1px 1px 3px 2px #db9ecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,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 #db9ecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db9ecc; -webkit-box-shadow: 1px 1px 3px 2px #db9ecc; box-shadow: 1px 1px 3px 2px #db9ecc;">
Div content here</div>
This div box has shadow with color #db9ecc
Comments
No comments written yet.
Please login to write comment.