Color spaces of #db0eca
RGB | 219 | 14 | 202 |
---|---|---|---|
HSL | 0.85 | 0.88 | 0.46 |
HSV | 305° | 94° | 86° |
CMYK | 0.00 | 0.94 | 0.08 0.14 |
XYZ | 40.0311 | 19.6384 | 57.5578 |
Yxy | 19.6384 | 0.3415 | 0.1675 |
Hunter Lab | 44.3152 | 83.6920 | -45.9868 |
CIE-Lab | 51.4259 | 84.1626 | -45.4614 |
#db0eca color RGB value is (219,14,202).
#db0eca hex color red value is 219, green value is 14 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #db0eca hue: 0.85 , saturation: 0.88 and the lightness value of db0eca is 0.46.
The process color (four color CMYK) of #db0eca color hex is 0.00, 0.94, 0.08, 0.14. Web safe color of #db0eca is #cc00cc. Color #db0eca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00001110 | 11001010 |
Octal | 333 | 16 | 312 |
Decimal | 219 | 14 | 202 |
Hex | DB | E | CA |
Shades of #db0eca
Tints of #db0eca
RGB Percentages of Color #db0eca
CMYK Percentages of Color #db0eca
Complementary Color
#db0eca | #0edb1f |
#db0eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db0eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#db0eca Color CSS Codes
.mybgcolor {background-color:#db0eca; } .myforecolor {color:#db0eca; } .mybordercolor {border:3px solid #db0eca; }
#db0eca Text Font Color
<p style="color:#db0eca">Text here</p>
This sample text font color is #db0eca
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.
#db0eca Background Color
<div style="background-color:#db0eca">
Div content here</div>
This div background color is #db0eca
#db0eca Border Color
<div style="border:3px solid #db0eca">
Div here</div>
This div border color is #db0eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,14,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db0eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db0eca; -webkit-box-shadow: 1px 1px 3px 2px #db0eca; box-shadow: 1px 1px 3px 2px #db0eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,14,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db0eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db0eca; -webkit-box-shadow: 1px 1px 3px 2px #db0eca; box-shadow: 1px 1px 3px 2px #db0eca;">
Div content here</div>
This div box has shadow with color #db0eca
Comments
No comments written yet.
Please login to write comment.