Color spaces of #d09fad
RGB | 208 | 159 | 173 |
---|---|---|---|
HSL | 0.95 | 0.34 | 0.72 |
HSV | 343° | 24° | 82° |
CMYK | 0.00 | 0.24 | 0.17 0.18 |
XYZ | 45.9534 | 41.2233 | 45.0700 |
Yxy | 41.2233 | 0.3475 | 0.3117 |
Hunter Lab | 64.2054 | 15.3975 | 3.3242 |
CIE-Lab | 70.3321 | 20.3097 | -0.2040 |
#d09fad color RGB value is (208,159,173).
#d09fad hex color red value is 208, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d09fad hue: 0.95 , saturation: 0.34 and the lightness value of d09fad is 0.72.
The process color (four color CMYK) of #d09fad color hex is 0.00, 0.24, 0.17, 0.18. Web safe color of #d09fad is #cc9999. Color #d09fad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10011111 | 10101101 |
Octal | 320 | 237 | 255 |
Decimal | 208 | 159 | 173 |
Hex | D0 | 9F | AD |
Shades of #d09fad
Tints of #d09fad
RGB Percentages of Color #d09fad
CMYK Percentages of Color #d09fad
Complementary Color
#d09fad | #9fd0c2 |
#d09fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d09fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d09fad Color CSS Codes
.mybgcolor {background-color:#d09fad; } .myforecolor {color:#d09fad; } .mybordercolor {border:3px solid #d09fad; }
#d09fad Text Font Color
<p style="color:#d09fad">Text here</p>
This sample text font color is #d09fad
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.
#d09fad Background Color
<div style="background-color:#d09fad">
Div content here</div>
This div background color is #d09fad
#d09fad Border Color
<div style="border:3px solid #d09fad">
Div here</div>
This div border color is #d09fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,159,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d09fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d09fad; -webkit-box-shadow: 1px 1px 3px 2px #d09fad; box-shadow: 1px 1px 3px 2px #d09fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,159,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 #d09fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d09fad; -webkit-box-shadow: 1px 1px 3px 2px #d09fad; box-shadow: 1px 1px 3px 2px #d09fad;">
Div content here</div>
This div box has shadow with color #d09fad
Comments
No comments written yet.
Please login to write comment.