Color spaces of #d979ab
RGB | 217 | 121 | 171 |
---|---|---|---|
HSL | 0.91 | 0.56 | 0.66 |
HSV | 329° | 44° | 85° |
CMYK | 0.00 | 0.44 | 0.21 0.15 |
XYZ | 42.8033 | 31.3667 | 42.3265 |
Yxy | 31.3667 | 0.3674 | 0.2693 |
Hunter Lab | 56.0060 | 38.4105 | -5.6042 |
CIE-Lab | 62.8160 | 43.5267 | -10.0749 |
#d979ab color RGB value is (217,121,171).
#d979ab hex color red value is 217, green value is 121 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d979ab hue: 0.91 , saturation: 0.56 and the lightness value of d979ab is 0.66.
The process color (four color CMYK) of #d979ab color hex is 0.00, 0.44, 0.21, 0.15. Web safe color of #d979ab is #cc6699. Color #d979ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 01111001 | 10101011 |
Octal | 331 | 171 | 253 |
Decimal | 217 | 121 | 171 |
Hex | D9 | 79 | AB |
Shades of #d979ab
Tints of #d979ab
RGB Percentages of Color #d979ab
CMYK Percentages of Color #d979ab
Complementary Color
#d979ab | #79d9a7 |
#d979ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d979ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d979ab Color CSS Codes
.mybgcolor {background-color:#d979ab; } .myforecolor {color:#d979ab; } .mybordercolor {border:3px solid #d979ab; }
#d979ab Text Font Color
<p style="color:#d979ab">Text here</p>
This sample text font color is #d979ab
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.
#d979ab Background Color
<div style="background-color:#d979ab">
Div content here</div>
This div background color is #d979ab
#d979ab Border Color
<div style="border:3px solid #d979ab">
Div here</div>
This div border color is #d979ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,121,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d979ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d979ab; -webkit-box-shadow: 1px 1px 3px 2px #d979ab; box-shadow: 1px 1px 3px 2px #d979ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,121,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d979ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d979ab; -webkit-box-shadow: 1px 1px 3px 2px #d979ab; box-shadow: 1px 1px 3px 2px #d979ab;">
Div content here</div>
This div box has shadow with color #d979ab
Comments
No comments written yet.
Please login to write comment.