Color spaces of #e54fac
RGB | 229 | 79 | 172 |
---|---|---|---|
HSL | 0.90 | 0.74 | 0.60 |
HSV | 323° | 66° | 90° |
CMYK | 0.00 | 0.66 | 0.25 0.10 |
XYZ | 42.5555 | 25.2285 | 41.6564 |
Yxy | 25.2285 | 0.3888 | 0.2305 |
Hunter Lab | 50.2280 | 63.3346 | -14.0124 |
CIE-Lab | 57.2974 | 66.5727 | -18.8154 |
#e54fac color RGB value is (229,79,172).
#e54fac hex color red value is 229, green value is 79 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e54fac hue: 0.90 , saturation: 0.74 and the lightness value of e54fac is 0.60.
The process color (four color CMYK) of #e54fac color hex is 0.00, 0.66, 0.25, 0.10. Web safe color of #e54fac is #cc6699. Color #e54fac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01001111 | 10101100 |
Octal | 345 | 117 | 254 |
Decimal | 229 | 79 | 172 |
Hex | E5 | 4F | AC |
Shades of #e54fac
Tints of #e54fac
RGB Percentages of Color #e54fac
CMYK Percentages of Color #e54fac
Complementary Color
#e54fac | #4fe588 |
#e54fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e54fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e54fac Color CSS Codes
.mybgcolor {background-color:#e54fac; } .myforecolor {color:#e54fac; } .mybordercolor {border:3px solid #e54fac; }
#e54fac Text Font Color
<p style="color:#e54fac">Text here</p>
This sample text font color is #e54fac
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.
#e54fac Background Color
<div style="background-color:#e54fac">
Div content here</div>
This div background color is #e54fac
#e54fac Border Color
<div style="border:3px solid #e54fac">
Div here</div>
This div border color is #e54fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,79,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e54fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e54fac; -webkit-box-shadow: 1px 1px 3px 2px #e54fac; box-shadow: 1px 1px 3px 2px #e54fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,79,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 #e54fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e54fac; -webkit-box-shadow: 1px 1px 3px 2px #e54fac; box-shadow: 1px 1px 3px 2px #e54fac;">
Div content here</div>
This div box has shadow with color #e54fac
Comments
No comments written yet.
Please login to write comment.