Color spaces of #db055a
RGB | 219 | 5 | 90 |
---|---|---|---|
HSL | 0.93 | 0.96 | 0.44 |
HSV | 336° | 98° | 86° |
CMYK | 0.00 | 0.98 | 0.59 0.14 |
XYZ | 31.1132 | 15.9068 | 11.1033 |
Yxy | 15.9068 | 0.5353 | 0.2737 |
Hunter Lab | 39.8833 | 69.4530 | 11.4123 |
CIE-Lab | 46.8520 | 73.6785 | 14.9267 |
#db055a color RGB value is (219,5,90).
#db055a hex color red value is 219, green value is 5 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #db055a hue: 0.93 , saturation: 0.96 and the lightness value of db055a is 0.44.
The process color (four color CMYK) of #db055a color hex is 0.00, 0.98, 0.59, 0.14. Web safe color of #db055a is #cc0066. Color #db055a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00000101 | 01011010 |
Octal | 333 | 5 | 132 |
Decimal | 219 | 5 | 90 |
Hex | DB | 5 | 5A |
Shades of #db055a
Tints of #db055a
RGB Percentages of Color #db055a
CMYK Percentages of Color #db055a
Complementary Color
#db055a | #05db86 |
#db055a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db055a Color Preview on White Background
Lorem ipsum dolor sit amet.
#db055a Color CSS Codes
.mybgcolor {background-color:#db055a; } .myforecolor {color:#db055a; } .mybordercolor {border:3px solid #db055a; }
#db055a Text Font Color
<p style="color:#db055a">Text here</p>
This sample text font color is #db055a
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.
#db055a Background Color
<div style="background-color:#db055a">
Div content here</div>
This div background color is #db055a
#db055a Border Color
<div style="border:3px solid #db055a">
Div here</div>
This div border color is #db055a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,5,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db055a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db055a; -webkit-box-shadow: 1px 1px 3px 2px #db055a; box-shadow: 1px 1px 3px 2px #db055a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,5,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db055a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db055a; -webkit-box-shadow: 1px 1px 3px 2px #db055a; box-shadow: 1px 1px 3px 2px #db055a;">
Div content here</div>
This div box has shadow with color #db055a
Comments
No comments written yet.
Please login to write comment.