Color spaces of #db6eaa
RGB | 219 | 110 | 170 |
---|---|---|---|
HSL | 0.91 | 0.60 | 0.65 |
HSV | 327° | 50° | 86° |
CMYK | 0.00 | 0.50 | 0.22 0.14 |
XYZ | 42.0450 | 29.1142 | 41.4338 |
Yxy | 29.1142 | 0.3734 | 0.2586 |
Hunter Lab | 53.9576 | 44.6656 | -7.7582 |
CIE-Lab | 60.8823 | 49.5848 | -12.3754 |
#db6eaa color RGB value is (219,110,170).
#db6eaa hex color red value is 219, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db6eaa hue: 0.91 , saturation: 0.60 and the lightness value of db6eaa is 0.65.
The process color (four color CMYK) of #db6eaa color hex is 0.00, 0.50, 0.22, 0.14. Web safe color of #db6eaa is #cc6699. Color #db6eaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01101110 | 10101010 |
Octal | 333 | 156 | 252 |
Decimal | 219 | 110 | 170 |
Hex | DB | 6E | AA |
Shades of #db6eaa
Tints of #db6eaa
RGB Percentages of Color #db6eaa
CMYK Percentages of Color #db6eaa
Complementary Color
#db6eaa | #6edb9f |
#db6eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db6eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#db6eaa Color CSS Codes
.mybgcolor {background-color:#db6eaa; } .myforecolor {color:#db6eaa; } .mybordercolor {border:3px solid #db6eaa; }
#db6eaa Text Font Color
<p style="color:#db6eaa">Text here</p>
This sample text font color is #db6eaa
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.
#db6eaa Background Color
<div style="background-color:#db6eaa">
Div content here</div>
This div background color is #db6eaa
#db6eaa Border Color
<div style="border:3px solid #db6eaa">
Div here</div>
This div border color is #db6eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,110,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db6eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db6eaa; -webkit-box-shadow: 1px 1px 3px 2px #db6eaa; box-shadow: 1px 1px 3px 2px #db6eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,110,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db6eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db6eaa; -webkit-box-shadow: 1px 1px 3px 2px #db6eaa; box-shadow: 1px 1px 3px 2px #db6eaa;">
Div content here</div>
This div box has shadow with color #db6eaa
Comments
No comments written yet.
Please login to write comment.