Color spaces of #d097af
RGB | 208 | 151 | 175 |
---|---|---|---|
HSL | 0.93 | 0.38 | 0.70 |
HSV | 335° | 27° | 82° |
CMYK | 0.00 | 0.27 | 0.16 0.18 |
XYZ | 44.8169 | 38.6383 | 45.6533 |
Yxy | 38.6383 | 0.3471 | 0.2993 |
Hunter Lab | 62.1597 | 19.9183 | -0.0338 |
CIE-Lab | 68.4884 | 24.9943 | -4.0230 |
#d097af color RGB value is (208,151,175).
#d097af hex color red value is 208, green value is 151 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d097af hue: 0.93 , saturation: 0.38 and the lightness value of d097af is 0.70.
The process color (four color CMYK) of #d097af color hex is 0.00, 0.27, 0.16, 0.18. Web safe color of #d097af is #cc9999. Color #d097af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10010111 | 10101111 |
Octal | 320 | 227 | 257 |
Decimal | 208 | 151 | 175 |
Hex | D0 | 97 | AF |
Shades of #d097af
Tints of #d097af
RGB Percentages of Color #d097af
CMYK Percentages of Color #d097af
Complementary Color
#d097af | #97d0b8 |
#d097af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d097af Color Preview on White Background
Lorem ipsum dolor sit amet.
#d097af Color CSS Codes
.mybgcolor {background-color:#d097af; } .myforecolor {color:#d097af; } .mybordercolor {border:3px solid #d097af; }
#d097af Text Font Color
<p style="color:#d097af">Text here</p>
This sample text font color is #d097af
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.
#d097af Background Color
<div style="background-color:#d097af">
Div content here</div>
This div background color is #d097af
#d097af Border Color
<div style="border:3px solid #d097af">
Div here</div>
This div border color is #d097af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,151,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d097af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d097af; -webkit-box-shadow: 1px 1px 3px 2px #d097af; box-shadow: 1px 1px 3px 2px #d097af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,151,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d097af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d097af; -webkit-box-shadow: 1px 1px 3px 2px #d097af; box-shadow: 1px 1px 3px 2px #d097af;">
Div content here</div>
This div box has shadow with color #d097af
Comments
No comments written yet.
Please login to write comment.