Color spaces of #db5445
RGB | 219 | 84 | 69 |
---|---|---|---|
HSL | 0.02 | 0.68 | 0.56 |
HSV | 6° | 68° | 86° |
CMYK | 0.00 | 0.62 | 0.68 0.14 |
XYZ | 33.4579 | 21.8304 | 8.0805 |
Yxy | 21.8304 | 0.5280 | 0.3445 |
Hunter Lab | 46.7230 | 46.0569 | 22.4522 |
CIE-Lab | 53.8466 | 51.9767 | 36.3781 |
#db5445 color RGB value is (219,84,69).
#db5445 hex color red value is 219, green value is 84 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #db5445 hue: 0.02 , saturation: 0.68 and the lightness value of db5445 is 0.56.
The process color (four color CMYK) of #db5445 color hex is 0.00, 0.62, 0.68, 0.14. Web safe color of #db5445 is #cc6633. Color #db5445 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01010100 | 01000101 |
Octal | 333 | 124 | 105 |
Decimal | 219 | 84 | 69 |
Hex | DB | 54 | 45 |
Shades of #db5445
Tints of #db5445
RGB Percentages of Color #db5445
CMYK Percentages of Color #db5445
Complementary Color
#db5445 | #45ccdb |
#db5445 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db5445 Color Preview on White Background
Lorem ipsum dolor sit amet.
#db5445 Color CSS Codes
.mybgcolor {background-color:#db5445; } .myforecolor {color:#db5445; } .mybordercolor {border:3px solid #db5445; }
#db5445 Text Font Color
<p style="color:#db5445">Text here</p>
This sample text font color is #db5445
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.
#db5445 Background Color
<div style="background-color:#db5445">
Div content here</div>
This div background color is #db5445
#db5445 Border Color
<div style="border:3px solid #db5445">
Div here</div>
This div border color is #db5445
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,84,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db5445; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db5445; -webkit-box-shadow: 1px 1px 3px 2px #db5445; box-shadow: 1px 1px 3px 2px #db5445; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,84,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db5445">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db5445; -webkit-box-shadow: 1px 1px 3px 2px #db5445; box-shadow: 1px 1px 3px 2px #db5445;">
Div content here</div>
This div box has shadow with color #db5445
Comments
No comments written yet.
Please login to write comment.