Color spaces of #d76caa
RGB | 215 | 108 | 170 |
---|---|---|---|
HSL | 0.90 | 0.57 | 0.63 |
HSV | 325° | 50° | 84° |
CMYK | 0.00 | 0.50 | 0.21 0.16 |
XYZ | 40.6426 | 28.0745 | 41.3070 |
Yxy | 28.0745 | 0.3694 | 0.2552 |
Hunter Lab | 52.9854 | 44.1946 | -9.1323 |
CIE-Lab | 59.9560 | 49.2937 | -13.8245 |
#d76caa color RGB value is (215,108,170).
#d76caa hex color red value is 215, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d76caa hue: 0.90 , saturation: 0.57 and the lightness value of d76caa is 0.63.
The process color (four color CMYK) of #d76caa color hex is 0.00, 0.50, 0.21, 0.16. Web safe color of #d76caa is #cc6699. Color #d76caa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01101100 | 10101010 |
Octal | 327 | 154 | 252 |
Decimal | 215 | 108 | 170 |
Hex | D7 | 6C | AA |
Shades of #d76caa
Tints of #d76caa
RGB Percentages of Color #d76caa
CMYK Percentages of Color #d76caa
Complementary Color
#d76caa | #6cd799 |
#d76caa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d76caa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d76caa Color CSS Codes
.mybgcolor {background-color:#d76caa; } .myforecolor {color:#d76caa; } .mybordercolor {border:3px solid #d76caa; }
#d76caa Text Font Color
<p style="color:#d76caa">Text here</p>
This sample text font color is #d76caa
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.
#d76caa Background Color
<div style="background-color:#d76caa">
Div content here</div>
This div background color is #d76caa
#d76caa Border Color
<div style="border:3px solid #d76caa">
Div here</div>
This div border color is #d76caa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,108,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d76caa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d76caa; -webkit-box-shadow: 1px 1px 3px 2px #d76caa; box-shadow: 1px 1px 3px 2px #d76caa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,108,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d76caa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d76caa; -webkit-box-shadow: 1px 1px 3px 2px #d76caa; box-shadow: 1px 1px 3px 2px #d76caa;">
Div content here</div>
This div box has shadow with color #d76caa
Comments
No comments written yet.
Please login to write comment.