Color spaces of #d780ac
RGB | 215 | 128 | 172 |
---|---|---|---|
HSL | 0.92 | 0.52 | 0.67 |
HSV | 330° | 40° | 84° |
CMYK | 0.00 | 0.40 | 0.20 0.16 |
XYZ | 43.1899 | 32.8640 | 43.0967 |
Yxy | 32.8640 | 0.3625 | 0.2758 |
Hunter Lab | 57.3271 | 34.1583 | -4.4433 |
CIE-Lab | 64.0506 | 39.3552 | -8.8263 |
#d780ac color RGB value is (215,128,172).
#d780ac hex color red value is 215, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d780ac hue: 0.92 , saturation: 0.52 and the lightness value of d780ac is 0.67.
The process color (four color CMYK) of #d780ac color hex is 0.00, 0.40, 0.20, 0.16. Web safe color of #d780ac is #cc9999. Color #d780ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10000000 | 10101100 |
Octal | 327 | 200 | 254 |
Decimal | 215 | 128 | 172 |
Hex | D7 | 80 | AC |
Shades of #d780ac
Tints of #d780ac
RGB Percentages of Color #d780ac
CMYK Percentages of Color #d780ac
Complementary Color
#d780ac | #80d7ab |
#d780ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d780ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d780ac Color CSS Codes
.mybgcolor {background-color:#d780ac; } .myforecolor {color:#d780ac; } .mybordercolor {border:3px solid #d780ac; }
#d780ac Text Font Color
<p style="color:#d780ac">Text here</p>
This sample text font color is #d780ac
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.
#d780ac Background Color
<div style="background-color:#d780ac">
Div content here</div>
This div background color is #d780ac
#d780ac Border Color
<div style="border:3px solid #d780ac">
Div here</div>
This div border color is #d780ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,128,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d780ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d780ac; -webkit-box-shadow: 1px 1px 3px 2px #d780ac; box-shadow: 1px 1px 3px 2px #d780ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,128,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 #d780ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d780ac; -webkit-box-shadow: 1px 1px 3px 2px #d780ac; box-shadow: 1px 1px 3px 2px #d780ac;">
Div content here</div>
This div box has shadow with color #d780ac
Comments
No comments written yet.
Please login to write comment.