Color spaces of #db1caa
RGB | 219 | 28 | 170 |
---|---|---|---|
HSL | 0.88 | 0.77 | 0.48 |
HSV | 315° | 87° | 86° |
CMYK | 0.00 | 0.87 | 0.22 0.14 |
XYZ | 36.8844 | 18.7929 | 39.7136 |
Yxy | 18.7929 | 0.3867 | 0.1970 |
Hunter Lab | 43.3508 | 76.0104 | -23.9700 |
CIE-Lab | 50.4440 | 78.3053 | -28.3383 |
#db1caa color RGB value is (219,28,170).
#db1caa hex color red value is 219, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db1caa hue: 0.88 , saturation: 0.77 and the lightness value of db1caa is 0.48.
The process color (four color CMYK) of #db1caa color hex is 0.00, 0.87, 0.22, 0.14. Web safe color of #db1caa is #cc3399. Color #db1caa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00011100 | 10101010 |
Octal | 333 | 34 | 252 |
Decimal | 219 | 28 | 170 |
Hex | DB | 1C | AA |
Shades of #db1caa
Tints of #db1caa
RGB Percentages of Color #db1caa
CMYK Percentages of Color #db1caa
Complementary Color
#db1caa | #1cdb4d |
#db1caa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db1caa Color Preview on White Background
Lorem ipsum dolor sit amet.
#db1caa Color CSS Codes
.mybgcolor {background-color:#db1caa; } .myforecolor {color:#db1caa; } .mybordercolor {border:3px solid #db1caa; }
#db1caa Text Font Color
<p style="color:#db1caa">Text here</p>
This sample text font color is #db1caa
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.
#db1caa Background Color
<div style="background-color:#db1caa">
Div content here</div>
This div background color is #db1caa
#db1caa Border Color
<div style="border:3px solid #db1caa">
Div here</div>
This div border color is #db1caa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,28,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db1caa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db1caa; -webkit-box-shadow: 1px 1px 3px 2px #db1caa; box-shadow: 1px 1px 3px 2px #db1caa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,28,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 #db1caa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db1caa; -webkit-box-shadow: 1px 1px 3px 2px #db1caa; box-shadow: 1px 1px 3px 2px #db1caa;">
Div content here</div>
This div box has shadow with color #db1caa
Comments
No comments written yet.
Please login to write comment.