Color spaces of #e054ea
RGB | 224 | 84 | 234 |
---|---|---|---|
HSL | 0.82 | 0.78 | 0.62 |
HSV | 296° | 64° | 92° |
CMYK | 0.04 | 0.64 | 0.00 0.08 |
XYZ | 48.7621 | 28.1285 | 80.7012 |
Yxy | 28.1285 | 0.3094 | 0.1785 |
Hunter Lab | 53.0363 | 71.3011 | -53.0915 |
CIE-Lab | 60.0047 | 72.6622 | -49.9539 |
#e054ea color RGB value is (224,84,234).
#e054ea hex color red value is 224, green value is 84 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e054ea hue: 0.82 , saturation: 0.78 and the lightness value of e054ea is 0.62.
The process color (four color CMYK) of #e054ea color hex is 0.04, 0.64, 0.00, 0.08. Web safe color of #e054ea is #cc66ff. Color #e054ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01010100 | 11101010 |
Octal | 340 | 124 | 352 |
Decimal | 224 | 84 | 234 |
Hex | E0 | 54 | EA |
Shades of #e054ea
Tints of #e054ea
RGB Percentages of Color #e054ea
CMYK Percentages of Color #e054ea
Complementary Color
#e054ea | #5eea54 |
#e054ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e054ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e054ea Color CSS Codes
.mybgcolor {background-color:#e054ea; } .myforecolor {color:#e054ea; } .mybordercolor {border:3px solid #e054ea; }
#e054ea Text Font Color
<p style="color:#e054ea">Text here</p>
This sample text font color is #e054ea
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.
#e054ea Background Color
<div style="background-color:#e054ea">
Div content here</div>
This div background color is #e054ea
#e054ea Border Color
<div style="border:3px solid #e054ea">
Div here</div>
This div border color is #e054ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,84,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e054ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e054ea; -webkit-box-shadow: 1px 1px 3px 2px #e054ea; box-shadow: 1px 1px 3px 2px #e054ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,84,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e054ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e054ea; -webkit-box-shadow: 1px 1px 3px 2px #e054ea; box-shadow: 1px 1px 3px 2px #e054ea;">
Div content here</div>
This div box has shadow with color #e054ea
Comments
No comments written yet.
Please login to write comment.