Color spaces of #d975ac
RGB | 217 | 117 | 172 |
---|---|---|---|
HSL | 0.91 | 0.57 | 0.65 |
HSV | 327° | 46° | 85° |
CMYK | 0.00 | 0.46 | 0.21 0.15 |
XYZ | 42.4230 | 30.4529 | 42.6718 |
Yxy | 30.4529 | 0.3671 | 0.2636 |
Hunter Lab | 55.1841 | 40.6502 | -7.2178 |
CIE-Lab | 62.0430 | 45.7198 | -11.8034 |
#d975ac color RGB value is (217,117,172).
#d975ac hex color red value is 217, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d975ac hue: 0.91 , saturation: 0.57 and the lightness value of d975ac is 0.65.
The process color (four color CMYK) of #d975ac color hex is 0.00, 0.46, 0.21, 0.15. Web safe color of #d975ac is #cc6699. Color #d975ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 01110101 | 10101100 |
Octal | 331 | 165 | 254 |
Decimal | 217 | 117 | 172 |
Hex | D9 | 75 | AC |
Shades of #d975ac
Tints of #d975ac
RGB Percentages of Color #d975ac
CMYK Percentages of Color #d975ac
Complementary Color
#d975ac | #75d9a2 |
#d975ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d975ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d975ac Color CSS Codes
.mybgcolor {background-color:#d975ac; } .myforecolor {color:#d975ac; } .mybordercolor {border:3px solid #d975ac; }
#d975ac Text Font Color
<p style="color:#d975ac">Text here</p>
This sample text font color is #d975ac
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.
#d975ac Background Color
<div style="background-color:#d975ac">
Div content here</div>
This div background color is #d975ac
#d975ac Border Color
<div style="border:3px solid #d975ac">
Div here</div>
This div border color is #d975ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,117,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d975ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d975ac; -webkit-box-shadow: 1px 1px 3px 2px #d975ac; box-shadow: 1px 1px 3px 2px #d975ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,117,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 #d975ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d975ac; -webkit-box-shadow: 1px 1px 3px 2px #d975ac; box-shadow: 1px 1px 3px 2px #d975ac;">
Div content here</div>
This div box has shadow with color #d975ac
Comments
No comments written yet.
Please login to write comment.