Color spaces of #db524f
RGB | 219 | 82 | 79 |
---|---|---|---|
HSL | 0.00 | 0.66 | 0.58 |
HSV | 1° | 64° | 86° |
CMYK | 0.00 | 0.63 | 0.64 0.14 |
XYZ | 33.6420 | 21.6592 | 9.8046 |
Yxy | 21.6592 | 0.5167 | 0.3327 |
Hunter Lab | 46.5394 | 47.5884 | 20.0868 |
CIE-Lab | 53.6635 | 53.4121 | 30.4658 |
#db524f color RGB value is (219,82,79).
#db524f hex color red value is 219, green value is 82 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #db524f hue: 0.00 , saturation: 0.66 and the lightness value of db524f is 0.58.
The process color (four color CMYK) of #db524f color hex is 0.00, 0.63, 0.64, 0.14. Web safe color of #db524f is #cc6666. Color #db524f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01010010 | 01001111 |
Octal | 333 | 122 | 117 |
Decimal | 219 | 82 | 79 |
Hex | DB | 52 | 4F |
Shades of #db524f
Tints of #db524f
RGB Percentages of Color #db524f
CMYK Percentages of Color #db524f
Complementary Color
#db524f | #4fd8db |
#db524f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db524f Color Preview on White Background
Lorem ipsum dolor sit amet.
#db524f Color CSS Codes
.mybgcolor {background-color:#db524f; } .myforecolor {color:#db524f; } .mybordercolor {border:3px solid #db524f; }
#db524f Text Font Color
<p style="color:#db524f">Text here</p>
This sample text font color is #db524f
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.
#db524f Background Color
<div style="background-color:#db524f">
Div content here</div>
This div background color is #db524f
#db524f Border Color
<div style="border:3px solid #db524f">
Div here</div>
This div border color is #db524f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,82,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db524f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db524f; -webkit-box-shadow: 1px 1px 3px 2px #db524f; box-shadow: 1px 1px 3px 2px #db524f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,82,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db524f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db524f; -webkit-box-shadow: 1px 1px 3px 2px #db524f; box-shadow: 1px 1px 3px 2px #db524f;">
Div content here</div>
This div box has shadow with color #db524f
Comments
No comments written yet.
Please login to write comment.