Color spaces of #e77caf
RGB | 231 | 124 | 175 |
---|---|---|---|
HSL | 0.92 | 0.69 | 0.70 |
HSV | 331° | 46° | 91° |
CMYK | 0.00 | 0.46 | 0.24 0.09 |
XYZ | 47.9005 | 34.4994 | 44.6919 |
Yxy | 34.4994 | 0.3769 | 0.2715 |
Hunter Lab | 58.7362 | 42.7819 | -3.9980 |
CIE-Lab | 65.3570 | 47.2200 | -8.3637 |
#e77caf color RGB value is (231,124,175).
#e77caf hex color red value is 231, green value is 124 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e77caf hue: 0.92 , saturation: 0.69 and the lightness value of e77caf is 0.70.
The process color (four color CMYK) of #e77caf color hex is 0.00, 0.46, 0.24, 0.09. Web safe color of #e77caf is #ff6699. Color #e77caf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01111100 | 10101111 |
Octal | 347 | 174 | 257 |
Decimal | 231 | 124 | 175 |
Hex | E7 | 7C | AF |
Shades of #e77caf
Tints of #e77caf
RGB Percentages of Color #e77caf
CMYK Percentages of Color #e77caf
Complementary Color
#e77caf | #7ce7b4 |
#e77caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e77caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e77caf Color CSS Codes
.mybgcolor {background-color:#e77caf; } .myforecolor {color:#e77caf; } .mybordercolor {border:3px solid #e77caf; }
#e77caf Text Font Color
<p style="color:#e77caf">Text here</p>
This sample text font color is #e77caf
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.
#e77caf Background Color
<div style="background-color:#e77caf">
Div content here</div>
This div background color is #e77caf
#e77caf Border Color
<div style="border:3px solid #e77caf">
Div here</div>
This div border color is #e77caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,124,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e77caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e77caf; -webkit-box-shadow: 1px 1px 3px 2px #e77caf; box-shadow: 1px 1px 3px 2px #e77caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,124,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e77caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e77caf; -webkit-box-shadow: 1px 1px 3px 2px #e77caf; box-shadow: 1px 1px 3px 2px #e77caf;">
Div content here</div>
This div box has shadow with color #e77caf
Comments
No comments written yet.
Please login to write comment.