Color spaces of #d77dab
RGB | 215 | 125 | 171 |
---|---|---|---|
HSL | 0.91 | 0.53 | 0.67 |
HSV | 329° | 42° | 84° |
CMYK | 0.00 | 0.42 | 0.20 0.16 |
XYZ | 42.7086 | 32.0546 | 42.4642 |
Yxy | 32.0546 | 0.3643 | 0.2734 |
Hunter Lab | 56.6168 | 35.5713 | -4.8374 |
CIE-Lab | 63.3880 | 40.7783 | -9.2468 |
#d77dab color RGB value is (215,125,171).
#d77dab hex color red value is 215, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d77dab hue: 0.91 , saturation: 0.53 and the lightness value of d77dab is 0.67.
The process color (four color CMYK) of #d77dab color hex is 0.00, 0.42, 0.20, 0.16. Web safe color of #d77dab is #cc6699. Color #d77dab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01111101 | 10101011 |
Octal | 327 | 175 | 253 |
Decimal | 215 | 125 | 171 |
Hex | D7 | 7D | AB |
Shades of #d77dab
Tints of #d77dab
RGB Percentages of Color #d77dab
CMYK Percentages of Color #d77dab
Complementary Color
#d77dab | #7dd7a9 |
#d77dab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d77dab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d77dab Color CSS Codes
.mybgcolor {background-color:#d77dab; } .myforecolor {color:#d77dab; } .mybordercolor {border:3px solid #d77dab; }
#d77dab Text Font Color
<p style="color:#d77dab">Text here</p>
This sample text font color is #d77dab
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.
#d77dab Background Color
<div style="background-color:#d77dab">
Div content here</div>
This div background color is #d77dab
#d77dab Border Color
<div style="border:3px solid #d77dab">
Div here</div>
This div border color is #d77dab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,125,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d77dab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d77dab; -webkit-box-shadow: 1px 1px 3px 2px #d77dab; box-shadow: 1px 1px 3px 2px #d77dab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,125,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 #d77dab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d77dab; -webkit-box-shadow: 1px 1px 3px 2px #d77dab; box-shadow: 1px 1px 3px 2px #d77dab;">
Div content here</div>
This div box has shadow with color #d77dab
Comments
No comments written yet.
Please login to write comment.