Color spaces of #d579ab
RGB | 213 | 121 | 171 |
---|---|---|---|
HSL | 0.91 | 0.52 | 0.65 |
HSV | 327° | 43° | 84° |
CMYK | 0.00 | 0.43 | 0.20 0.16 |
XYZ | 41.6286 | 30.7612 | 42.2715 |
Yxy | 30.7612 | 0.3631 | 0.2683 |
Hunter Lab | 55.4628 | 36.9166 | -6.3645 |
CIE-Lab | 62.3055 | 42.1883 | -10.8918 |
#d579ab color RGB value is (213,121,171).
#d579ab hex color red value is 213, green value is 121 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d579ab hue: 0.91 , saturation: 0.52 and the lightness value of d579ab is 0.65.
The process color (four color CMYK) of #d579ab color hex is 0.00, 0.43, 0.20, 0.16. Web safe color of #d579ab is #cc6699. Color #d579ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01111001 | 10101011 |
Octal | 325 | 171 | 253 |
Decimal | 213 | 121 | 171 |
Hex | D5 | 79 | AB |
Shades of #d579ab
Tints of #d579ab
RGB Percentages of Color #d579ab
CMYK Percentages of Color #d579ab
Complementary Color
#d579ab | #79d5a3 |
#d579ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d579ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d579ab Color CSS Codes
.mybgcolor {background-color:#d579ab; } .myforecolor {color:#d579ab; } .mybordercolor {border:3px solid #d579ab; }
#d579ab Text Font Color
<p style="color:#d579ab">Text here</p>
This sample text font color is #d579ab
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.
#d579ab Background Color
<div style="background-color:#d579ab">
Div content here</div>
This div background color is #d579ab
#d579ab Border Color
<div style="border:3px solid #d579ab">
Div here</div>
This div border color is #d579ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,121,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d579ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d579ab; -webkit-box-shadow: 1px 1px 3px 2px #d579ab; box-shadow: 1px 1px 3px 2px #d579ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,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 #d579ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d579ab; -webkit-box-shadow: 1px 1px 3px 2px #d579ab; box-shadow: 1px 1px 3px 2px #d579ab;">
Div content here</div>
This div box has shadow with color #d579ab
Comments
No comments written yet.
Please login to write comment.