Color spaces of #db988f
RGB | 219 | 152 | 143 |
---|---|---|---|
HSL | 0.02 | 0.51 | 0.71 |
HSV | 7° | 35° | 86° |
CMYK | 0.00 | 0.31 | 0.35 0.14 |
XYZ | 45.3996 | 39.4997 | 31.2180 |
Yxy | 39.4997 | 0.3910 | 0.3402 |
Hunter Lab | 62.8488 | 18.9563 | 14.5439 |
CIE-Lab | 69.1117 | 23.9872 | 14.8645 |
#db988f color RGB value is (219,152,143).
#db988f hex color red value is 219, green value is 152 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #db988f hue: 0.02 , saturation: 0.51 and the lightness value of db988f is 0.71.
The process color (four color CMYK) of #db988f color hex is 0.00, 0.31, 0.35, 0.14. Web safe color of #db988f is #cc9999. Color #db988f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10011000 | 10001111 |
Octal | 333 | 230 | 217 |
Decimal | 219 | 152 | 143 |
Hex | DB | 98 | 8F |
Shades of #db988f
Tints of #db988f
RGB Percentages of Color #db988f
CMYK Percentages of Color #db988f
Complementary Color
#db988f | #8fd2db |
#db988f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db988f Color Preview on White Background
Lorem ipsum dolor sit amet.
#db988f Color CSS Codes
.mybgcolor {background-color:#db988f; } .myforecolor {color:#db988f; } .mybordercolor {border:3px solid #db988f; }
#db988f Text Font Color
<p style="color:#db988f">Text here</p>
This sample text font color is #db988f
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.
#db988f Background Color
<div style="background-color:#db988f">
Div content here</div>
This div background color is #db988f
#db988f Border Color
<div style="border:3px solid #db988f">
Div here</div>
This div border color is #db988f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,152,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db988f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db988f; -webkit-box-shadow: 1px 1px 3px 2px #db988f; box-shadow: 1px 1px 3px 2px #db988f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,152,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db988f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db988f; -webkit-box-shadow: 1px 1px 3px 2px #db988f; box-shadow: 1px 1px 3px 2px #db988f;">
Div content here</div>
This div box has shadow with color #db988f
Comments
No comments written yet.
Please login to write comment.