Color Hex Logo

#ea539e Color Hex

#EA539E
(234,83,158)
0 Favorites   0 Comments

Color spaces of #ea539e

RGB 23483158
HSL0.920.780.62
HSV330°65°92°
CMYK 0.000.650.32   0.08
XYZ43.196526.147635.1180
Yxy26.14760.41350.2503
Hunter Lab51.134761.3037-4.9245
CIE-Lab58.176964.6927-9.2664

#ea539e color RGB value is (234,83,158).

#ea539e hex color red value is 234, green value is 83 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ea539e hue: 0.92 , saturation: 0.78 and the lightness value of ea539e is 0.62.

The process color (four color CMYK) of #ea539e color hex is 0.00, 0.65, 0.32, 0.08. Web safe color of #ea539e is #ff6699. Color #ea539e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 10011110
Octal 352 123 236
Decimal 234 83 158
Hex EA 53 9E

RGB Percentages of Color #ea539e

%49.26
%17.47
%33.26

CMYK Percentages of Color #ea539e

%0
%65
%32
%8

Triadic Colors of #ea539e

#ea539e #9eea53 #539eea

Analogous Colors of #ea539e

#ea539e #ea5453 #ea53ea

Monochromatic Colors of #ea539e

#ea539e

Complementary Color

#ea539e #53ea9f

#ea539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea539e Color CSS Codes

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

#ea539e Text Font Color

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

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


#ea539e Background Color

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

This div background color is #ea539e


#ea539e Border Color

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

This div border color is #ea539e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea539e


Comments

No comments written yet.

Please login to write comment.