Color spaces of #db4ecc
RGB | 219 | 78 | 204 |
---|---|---|---|
HSL | 0.85 | 0.66 | 0.58 |
HSV | 306° | 64° | 86° |
CMYK | 0.00 | 0.64 | 0.07 0.14 |
XYZ | 42.8369 | 24.8685 | 59.6691 |
Yxy | 24.8685 | 0.3363 | 0.1952 |
Hunter Lab | 49.8683 | 66.0620 | -36.0346 |
CIE-Lab | 56.9471 | 68.9239 | -37.8957 |
#db4ecc color RGB value is (219,78,204).
#db4ecc hex color red value is 219, green value is 78 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #db4ecc hue: 0.85 , saturation: 0.66 and the lightness value of db4ecc is 0.58.
The process color (four color CMYK) of #db4ecc color hex is 0.00, 0.64, 0.07, 0.14. Web safe color of #db4ecc is #cc66cc. Color #db4ecc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01001110 | 11001100 |
Octal | 333 | 116 | 314 |
Decimal | 219 | 78 | 204 |
Hex | DB | 4E | CC |
Shades of #db4ecc
Tints of #db4ecc
RGB Percentages of Color #db4ecc
CMYK Percentages of Color #db4ecc
Complementary Color
#db4ecc | #4edb5d |
#db4ecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db4ecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#db4ecc Color CSS Codes
.mybgcolor {background-color:#db4ecc; } .myforecolor {color:#db4ecc; } .mybordercolor {border:3px solid #db4ecc; }
#db4ecc Text Font Color
<p style="color:#db4ecc">Text here</p>
This sample text font color is #db4ecc
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.
#db4ecc Background Color
<div style="background-color:#db4ecc">
Div content here</div>
This div background color is #db4ecc
#db4ecc Border Color
<div style="border:3px solid #db4ecc">
Div here</div>
This div border color is #db4ecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,78,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db4ecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db4ecc; -webkit-box-shadow: 1px 1px 3px 2px #db4ecc; box-shadow: 1px 1px 3px 2px #db4ecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,78,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 #db4ecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db4ecc; -webkit-box-shadow: 1px 1px 3px 2px #db4ecc; box-shadow: 1px 1px 3px 2px #db4ecc;">
Div content here</div>
This div box has shadow with color #db4ecc
Comments
No comments written yet.
Please login to write comment.