Color spaces of #d0899e
RGB | 208 | 137 | 158 |
---|---|---|---|
HSL | 0.95 | 0.43 | 0.68 |
HSV | 342° | 34° | 82° |
CMYK | 0.00 | 0.34 | 0.24 0.18 |
XYZ | 41.1296 | 33.7698 | 36.6982 |
Yxy | 33.7698 | 0.3686 | 0.3026 |
Hunter Lab | 58.1118 | 24.6408 | 3.2360 |
CIE-Lab | 64.7794 | 30.0016 | 0.0902 |
#d0899e color RGB value is (208,137,158).
#d0899e hex color red value is 208, green value is 137 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d0899e hue: 0.95 , saturation: 0.43 and the lightness value of d0899e is 0.68.
The process color (four color CMYK) of #d0899e color hex is 0.00, 0.34, 0.24, 0.18. Web safe color of #d0899e is #cc9999. Color #d0899e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10001001 | 10011110 |
Octal | 320 | 211 | 236 |
Decimal | 208 | 137 | 158 |
Hex | D0 | 89 | 9E |
Shades of #d0899e
Tints of #d0899e
RGB Percentages of Color #d0899e
CMYK Percentages of Color #d0899e
Complementary Color
#d0899e | #89d0bb |
#d0899e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0899e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0899e Color CSS Codes
.mybgcolor {background-color:#d0899e; } .myforecolor {color:#d0899e; } .mybordercolor {border:3px solid #d0899e; }
#d0899e Text Font Color
<p style="color:#d0899e">Text here</p>
This sample text font color is #d0899e
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.
#d0899e Background Color
<div style="background-color:#d0899e">
Div content here</div>
This div background color is #d0899e
#d0899e Border Color
<div style="border:3px solid #d0899e">
Div here</div>
This div border color is #d0899e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,137,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0899e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0899e; -webkit-box-shadow: 1px 1px 3px 2px #d0899e; box-shadow: 1px 1px 3px 2px #d0899e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,137,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0899e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0899e; -webkit-box-shadow: 1px 1px 3px 2px #d0899e; box-shadow: 1px 1px 3px 2px #d0899e;">
Div content here</div>
This div box has shadow with color #d0899e
Comments
No comments written yet.
Please login to write comment.