Color spaces of #d07dac
RGB | 208 | 125 | 172 |
---|---|---|---|
HSL | 0.91 | 0.47 | 0.65 |
HSV | 326° | 40° | 82° |
CMYK | 0.00 | 0.40 | 0.17 0.18 |
XYZ | 40.7924 | 31.0557 | 42.8741 |
Yxy | 31.0557 | 0.3556 | 0.2707 |
Hunter Lab | 55.7276 | 33.1379 | -6.6055 |
CIE-Lab | 62.5546 | 38.5549 | -11.1523 |
#d07dac color RGB value is (208,125,172).
#d07dac hex color red value is 208, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d07dac hue: 0.91 , saturation: 0.47 and the lightness value of d07dac is 0.65.
The process color (four color CMYK) of #d07dac color hex is 0.00, 0.40, 0.17, 0.18. Web safe color of #d07dac is #cc6699. Color #d07dac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01111101 | 10101100 |
Octal | 320 | 175 | 254 |
Decimal | 208 | 125 | 172 |
Hex | D0 | 7D | AC |
Shades of #d07dac
Tints of #d07dac
RGB Percentages of Color #d07dac
CMYK Percentages of Color #d07dac
Complementary Color
#d07dac | #7dd0a1 |
#d07dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d07dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d07dac Color CSS Codes
.mybgcolor {background-color:#d07dac; } .myforecolor {color:#d07dac; } .mybordercolor {border:3px solid #d07dac; }
#d07dac Text Font Color
<p style="color:#d07dac">Text here</p>
This sample text font color is #d07dac
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.
#d07dac Background Color
<div style="background-color:#d07dac">
Div content here</div>
This div background color is #d07dac
#d07dac Border Color
<div style="border:3px solid #d07dac">
Div here</div>
This div border color is #d07dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,125,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d07dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d07dac; -webkit-box-shadow: 1px 1px 3px 2px #d07dac; box-shadow: 1px 1px 3px 2px #d07dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,125,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 #d07dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d07dac; -webkit-box-shadow: 1px 1px 3px 2px #d07dac; box-shadow: 1px 1px 3px 2px #d07dac;">
Div content here</div>
This div box has shadow with color #d07dac
Comments
No comments written yet.
Please login to write comment.