Color spaces of #db754b
RGB | 219 | 117 | 75 |
---|---|---|---|
HSL | 0.05 | 0.67 | 0.58 |
HSV | 18° | 66° | 86° |
CMYK | 0.00 | 0.47 | 0.66 0.14 |
XYZ | 36.8447 | 28.2906 | 10.1753 |
Yxy | 28.2906 | 0.4892 | 0.3757 |
Hunter Lab | 53.1889 | 30.5689 | 25.8898 |
CIE-Lab | 60.1504 | 36.3367 | 40.5342 |
#db754b color RGB value is (219,117,75).
#db754b hex color red value is 219, green value is 117 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #db754b hue: 0.05 , saturation: 0.67 and the lightness value of db754b is 0.58.
The process color (four color CMYK) of #db754b color hex is 0.00, 0.47, 0.66, 0.14. Web safe color of #db754b is #cc6633. Color #db754b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01110101 | 01001011 |
Octal | 333 | 165 | 113 |
Decimal | 219 | 117 | 75 |
Hex | DB | 75 | 4B |
Shades of #db754b
Tints of #db754b
RGB Percentages of Color #db754b
CMYK Percentages of Color #db754b
Complementary Color
#db754b | #4bb1db |
#db754b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db754b Color Preview on White Background
Lorem ipsum dolor sit amet.
#db754b Color CSS Codes
.mybgcolor {background-color:#db754b; } .myforecolor {color:#db754b; } .mybordercolor {border:3px solid #db754b; }
#db754b Text Font Color
<p style="color:#db754b">Text here</p>
This sample text font color is #db754b
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.
#db754b Background Color
<div style="background-color:#db754b">
Div content here</div>
This div background color is #db754b
#db754b Border Color
<div style="border:3px solid #db754b">
Div here</div>
This div border color is #db754b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,117,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db754b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db754b; -webkit-box-shadow: 1px 1px 3px 2px #db754b; box-shadow: 1px 1px 3px 2px #db754b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,117,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db754b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db754b; -webkit-box-shadow: 1px 1px 3px 2px #db754b; box-shadow: 1px 1px 3px 2px #db754b;">
Div content here</div>
This div box has shadow with color #db754b
Comments
No comments written yet.
Please login to write comment.