Color Hex Logo

#e0539a Color Hex

#E0539A
(224,83,154)
0 Favorites   0 Comments

Color spaces of #e0539a

RGB 22483154
HSL0.920.690.60
HSV330°63°88°
CMYK 0.000.630.31   0.12
XYZ39.666524.366933.1845
Yxy24.36690.40800.2506
Hunter Lab49.362857.0523-5.3041
CIE-Lab56.453361.3515-9.6733

#e0539a color RGB value is (224,83,154).

#e0539a hex color red value is 224, green value is 83 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e0539a hue: 0.92 , saturation: 0.69 and the lightness value of e0539a is 0.60.

The process color (four color CMYK) of #e0539a color hex is 0.00, 0.63, 0.31, 0.12. Web safe color of #e0539a is #cc6699. Color #e0539a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010011 10011010
Octal 340 123 232
Decimal 224 83 154
Hex E0 53 9A

RGB Percentages of Color #e0539a

%48.59
%18.00
%33.41

CMYK Percentages of Color #e0539a

%0
%63
%31
%12

Triadic Colors of #e0539a

#e0539a #9ae053 #539ae0

Analogous Colors of #e0539a

#e0539a #e05353 #e053e0

Monochromatic Colors of #e0539a

#e0539a

Complementary Color

#e0539a #53e099

#e0539a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0539a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0539a Color CSS Codes

.mybgcolor {background-color:#e0539a; } 
.myforecolor {color:#e0539a; }
.mybordercolor {border:3px solid #e0539a; }

#e0539a Text Font Color

<p style="color:#e0539a">Text here</p>

This sample text font color is #e0539a
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.


#e0539a Background Color

<div style="background-color:#e0539a">
Div content here</div>

This div background color is #e0539a


#e0539a Border Color

<div style="border:3px solid #e0539a">
Div here</div>

This div border color is #e0539a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,83,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0539a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0539a;
  -webkit-box-shadow: 1px 1px 3px 2px #e0539a;
  box-shadow:         1px 1px 3px 2px #e0539a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,83,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e0539a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e0539a;
  -webkit-box-shadow: 1px 1px 3px 2px #e0539a;
  box-shadow:         1px 1px 3px 2px #e0539a;">
Div content here</div>

This div box has shadow with color #e0539a


Comments

No comments written yet.

Please login to write comment.