Color spaces of #e54aca
RGB | 229 | 74 | 202 |
---|---|---|---|
HSL | 0.86 | 0.75 | 0.59 |
HSV | 310° | 68° | 90° |
CMYK | 0.00 | 0.68 | 0.12 0.10 |
XYZ | 45.4225 | 25.8198 | 58.4668 |
Yxy | 25.8198 | 0.3502 | 0.1991 |
Hunter Lab | 50.8132 | 70.6402 | -32.6512 |
CIE-Lab | 57.8656 | 72.5274 | -35.2053 |
#e54aca color RGB value is (229,74,202).
#e54aca hex color red value is 229, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e54aca hue: 0.86 , saturation: 0.75 and the lightness value of e54aca is 0.59.
The process color (four color CMYK) of #e54aca color hex is 0.00, 0.68, 0.12, 0.10. Web safe color of #e54aca is #cc33cc. Color #e54aca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01001010 | 11001010 |
Octal | 345 | 112 | 312 |
Decimal | 229 | 74 | 202 |
Hex | E5 | 4A | CA |
Shades of #e54aca
Tints of #e54aca
RGB Percentages of Color #e54aca
CMYK Percentages of Color #e54aca
Complementary Color
#e54aca | #4ae565 |
#e54aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e54aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#e54aca Color CSS Codes
.mybgcolor {background-color:#e54aca; } .myforecolor {color:#e54aca; } .mybordercolor {border:3px solid #e54aca; }
#e54aca Text Font Color
<p style="color:#e54aca">Text here</p>
This sample text font color is #e54aca
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.
#e54aca Background Color
<div style="background-color:#e54aca">
Div content here</div>
This div background color is #e54aca
#e54aca Border Color
<div style="border:3px solid #e54aca">
Div here</div>
This div border color is #e54aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,74,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e54aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e54aca; -webkit-box-shadow: 1px 1px 3px 2px #e54aca; box-shadow: 1px 1px 3px 2px #e54aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,74,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 #e54aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e54aca; -webkit-box-shadow: 1px 1px 3px 2px #e54aca; box-shadow: 1px 1px 3px 2px #e54aca;">
Div content here</div>
This div box has shadow with color #e54aca
Comments
No comments written yet.
Please login to write comment.