Color spaces of #d89bac
RGB | 216 | 155 | 172 |
---|---|---|---|
HSL | 0.95 | 0.44 | 0.73 |
HSV | 343° | 28° | 85° |
CMYK | 0.00 | 0.28 | 0.20 0.15 |
XYZ | 47.4866 | 41.0202 | 44.4446 |
Yxy | 41.0202 | 0.3572 | 0.3085 |
Hunter Lab | 64.0470 | 20.2636 | 3.6894 |
CIE-Lab | 70.1901 | 25.2386 | 0.2438 |
#d89bac color RGB value is (216,155,172).
#d89bac hex color red value is 216, green value is 155 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d89bac hue: 0.95 , saturation: 0.44 and the lightness value of d89bac is 0.73.
The process color (four color CMYK) of #d89bac color hex is 0.00, 0.28, 0.20, 0.15. Web safe color of #d89bac is #cc9999. Color #d89bac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10011011 | 10101100 |
Octal | 330 | 233 | 254 |
Decimal | 216 | 155 | 172 |
Hex | D8 | 9B | AC |
Shades of #d89bac
Tints of #d89bac
RGB Percentages of Color #d89bac
CMYK Percentages of Color #d89bac
Complementary Color
#d89bac | #9bd8c7 |
#d89bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d89bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d89bac Color CSS Codes
.mybgcolor {background-color:#d89bac; } .myforecolor {color:#d89bac; } .mybordercolor {border:3px solid #d89bac; }
#d89bac Text Font Color
<p style="color:#d89bac">Text here</p>
This sample text font color is #d89bac
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.
#d89bac Background Color
<div style="background-color:#d89bac">
Div content here</div>
This div background color is #d89bac
#d89bac Border Color
<div style="border:3px solid #d89bac">
Div here</div>
This div border color is #d89bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,155,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d89bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d89bac; -webkit-box-shadow: 1px 1px 3px 2px #d89bac; box-shadow: 1px 1px 3px 2px #d89bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,155,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d89bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d89bac; -webkit-box-shadow: 1px 1px 3px 2px #d89bac; box-shadow: 1px 1px 3px 2px #d89bac;">
Div content here</div>
This div box has shadow with color #d89bac
Comments
No comments written yet.
Please login to write comment.