Color spaces of #d79cca
RGB | 215 | 156 | 202 |
---|---|---|---|
HSL | 0.87 | 0.42 | 0.73 |
HSV | 313° | 27° | 84° |
CMYK | 0.00 | 0.27 | 0.06 0.16 |
XYZ | 50.5735 | 42.4883 | 61.4127 |
Yxy | 42.4883 | 0.3274 | 0.2751 |
Hunter Lab | 65.1830 | 24.4223 | -10.2324 |
CIE-Lab | 71.2063 | 29.2755 | -14.8897 |
#d79cca color RGB value is (215,156,202).
#d79cca hex color red value is 215, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d79cca hue: 0.87 , saturation: 0.42 and the lightness value of d79cca is 0.73.
The process color (four color CMYK) of #d79cca color hex is 0.00, 0.27, 0.06, 0.16. Web safe color of #d79cca is #cc99cc. Color #d79cca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10011100 | 11001010 |
Octal | 327 | 234 | 312 |
Decimal | 215 | 156 | 202 |
Hex | D7 | 9C | CA |
Shades of #d79cca
Tints of #d79cca
RGB Percentages of Color #d79cca
CMYK Percentages of Color #d79cca
Complementary Color
#d79cca | #9cd7a9 |
#d79cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d79cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d79cca Color CSS Codes
.mybgcolor {background-color:#d79cca; } .myforecolor {color:#d79cca; } .mybordercolor {border:3px solid #d79cca; }
#d79cca Text Font Color
<p style="color:#d79cca">Text here</p>
This sample text font color is #d79cca
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.
#d79cca Background Color
<div style="background-color:#d79cca">
Div content here</div>
This div background color is #d79cca
#d79cca Border Color
<div style="border:3px solid #d79cca">
Div here</div>
This div border color is #d79cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,156,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d79cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d79cca; -webkit-box-shadow: 1px 1px 3px 2px #d79cca; box-shadow: 1px 1px 3px 2px #d79cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,156,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d79cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d79cca; -webkit-box-shadow: 1px 1px 3px 2px #d79cca; box-shadow: 1px 1px 3px 2px #d79cca;">
Div content here</div>
This div box has shadow with color #d79cca
Comments
No comments written yet.
Please login to write comment.