Color spaces of #e79ecc
RGB | 231 | 158 | 204 |
---|---|---|---|
HSL | 0.89 | 0.60 | 0.76 |
HSV | 322° | 32° | 91° |
CMYK | 0.00 | 0.32 | 0.12 0.09 |
XYZ | 56.0809 | 45.8023 | 63.0117 |
Yxy | 45.8023 | 0.3401 | 0.2778 |
Hunter Lab | 67.6774 | 29.4786 | -7.8284 |
CIE-Lab | 73.4171 | 33.9498 | -12.4999 |
#e79ecc color RGB value is (231,158,204).
#e79ecc hex color red value is 231, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e79ecc hue: 0.89 , saturation: 0.60 and the lightness value of e79ecc is 0.76.
The process color (four color CMYK) of #e79ecc color hex is 0.00, 0.32, 0.12, 0.09. Web safe color of #e79ecc is #ff99cc. Color #e79ecc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10011110 | 11001100 |
Octal | 347 | 236 | 314 |
Decimal | 231 | 158 | 204 |
Hex | E7 | 9E | CC |
Shades of #e79ecc
Tints of #e79ecc
RGB Percentages of Color #e79ecc
CMYK Percentages of Color #e79ecc
Complementary Color
#e79ecc | #9ee7b9 |
#e79ecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e79ecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e79ecc Color CSS Codes
.mybgcolor {background-color:#e79ecc; } .myforecolor {color:#e79ecc; } .mybordercolor {border:3px solid #e79ecc; }
#e79ecc Text Font Color
<p style="color:#e79ecc">Text here</p>
This sample text font color is #e79ecc
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.
#e79ecc Background Color
<div style="background-color:#e79ecc">
Div content here</div>
This div background color is #e79ecc
#e79ecc Border Color
<div style="border:3px solid #e79ecc">
Div here</div>
This div border color is #e79ecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,158,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e79ecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e79ecc; -webkit-box-shadow: 1px 1px 3px 2px #e79ecc; box-shadow: 1px 1px 3px 2px #e79ecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,158,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e79ecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e79ecc; -webkit-box-shadow: 1px 1px 3px 2px #e79ecc; box-shadow: 1px 1px 3px 2px #e79ecc;">
Div content here</div>
This div box has shadow with color #e79ecc
Comments
No comments written yet.
Please login to write comment.