Color spaces of #d99bad
RGB | 217 | 155 | 173 |
---|---|---|---|
HSL | 0.95 | 0.45 | 0.73 |
HSV | 343° | 29° | 85° |
CMYK | 0.00 | 0.29 | 0.20 0.15 |
XYZ | 47.8794 | 41.2115 | 44.9663 |
Yxy | 41.2115 | 0.3572 | 0.3074 |
Hunter Lab | 64.1962 | 20.7872 | 3.4076 |
CIE-Lab | 70.3238 | 25.7529 | -0.1038 |
#d99bad color RGB value is (217,155,173).
#d99bad hex color red value is 217, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d99bad hue: 0.95 , saturation: 0.45 and the lightness value of d99bad is 0.73.
The process color (four color CMYK) of #d99bad color hex is 0.00, 0.29, 0.20, 0.15. Web safe color of #d99bad is #cc9999. Color #d99bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10011011 | 10101101 |
Octal | 331 | 233 | 255 |
Decimal | 217 | 155 | 173 |
Hex | D9 | 9B | AD |
Shades of #d99bad
Tints of #d99bad
RGB Percentages of Color #d99bad
CMYK Percentages of Color #d99bad
Complementary Color
#d99bad | #9bd9c7 |
#d99bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d99bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d99bad Color CSS Codes
.mybgcolor {background-color:#d99bad; } .myforecolor {color:#d99bad; } .mybordercolor {border:3px solid #d99bad; }
#d99bad Text Font Color
<p style="color:#d99bad">Text here</p>
This sample text font color is #d99bad
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.
#d99bad Background Color
<div style="background-color:#d99bad">
Div content here</div>
This div background color is #d99bad
#d99bad Border Color
<div style="border:3px solid #d99bad">
Div here</div>
This div border color is #d99bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,155,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d99bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d99bad; -webkit-box-shadow: 1px 1px 3px 2px #d99bad; box-shadow: 1px 1px 3px 2px #d99bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,155,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d99bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d99bad; -webkit-box-shadow: 1px 1px 3px 2px #d99bad; box-shadow: 1px 1px 3px 2px #d99bad;">
Div content here</div>
This div box has shadow with color #d99bad
Comments
No comments written yet.
Please login to write comment.