Color spaces of #e76fac
RGB | 231 | 111 | 172 |
---|---|---|---|
HSL | 0.92 | 0.71 | 0.67 |
HSV | 330° | 52° | 91° |
CMYK | 0.00 | 0.52 | 0.26 0.09 |
XYZ | 46.0858 | 31.3364 | 42.6493 |
Yxy | 31.3364 | 0.3838 | 0.2610 |
Hunter Lab | 55.9789 | 48.9907 | -5.9867 |
CIE-Lab | 62.7906 | 53.1927 | -10.4888 |
#e76fac color RGB value is (231,111,172).
#e76fac hex color red value is 231, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e76fac hue: 0.92 , saturation: 0.71 and the lightness value of e76fac is 0.67.
The process color (four color CMYK) of #e76fac color hex is 0.00, 0.52, 0.26, 0.09. Web safe color of #e76fac is #ff6699. Color #e76fac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01101111 | 10101100 |
Octal | 347 | 157 | 254 |
Decimal | 231 | 111 | 172 |
Hex | E7 | 6F | AC |
Shades of #e76fac
Tints of #e76fac
RGB Percentages of Color #e76fac
CMYK Percentages of Color #e76fac
Complementary Color
#e76fac | #6fe7aa |
#e76fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e76fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e76fac Color CSS Codes
.mybgcolor {background-color:#e76fac; } .myforecolor {color:#e76fac; } .mybordercolor {border:3px solid #e76fac; }
#e76fac Text Font Color
<p style="color:#e76fac">Text here</p>
This sample text font color is #e76fac
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.
#e76fac Background Color
<div style="background-color:#e76fac">
Div content here</div>
This div background color is #e76fac
#e76fac Border Color
<div style="border:3px solid #e76fac">
Div here</div>
This div border color is #e76fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,111,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e76fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e76fac; -webkit-box-shadow: 1px 1px 3px 2px #e76fac; box-shadow: 1px 1px 3px 2px #e76fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,111,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 #e76fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e76fac; -webkit-box-shadow: 1px 1px 3px 2px #e76fac; box-shadow: 1px 1px 3px 2px #e76fac;">
Div content here</div>
This div box has shadow with color #e76fac
Comments
No comments written yet.
Please login to write comment.