Color Hex Logo

#ea059a Color Hex

#EA059A
(234,5,154)
0 Favorites   0 Comments

Color spaces of #ea059a

RGB 2345154
HSL0.890.960.47
HSV321°98°92°
CMYK 0.000.980.34   0.08
XYZ39.818719.934132.3208
Yxy19.93410.43250.2165
Hunter Lab44.647681.0608-11.6672
CIE-Lab51.762682.0472-16.5827

#ea059a color RGB value is (234,5,154).

#ea059a hex color red value is 234, green value is 5 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ea059a hue: 0.89 , saturation: 0.96 and the lightness value of ea059a is 0.47.

The process color (four color CMYK) of #ea059a color hex is 0.00, 0.98, 0.34, 0.08. Web safe color of #ea059a is #ff0099. Color #ea059a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000101 10011010
Octal 352 5 232
Decimal 234 5 154
Hex EA 5 9A

RGB Percentages of Color #ea059a

%59.54
%1.27
%39.19

CMYK Percentages of Color #ea059a

%0
%98
%34
%8

Triadic Colors of #ea059a

#ea059a #9aea05 #059aea

Analogous Colors of #ea059a

#ea059a #ea0528 #c805ea

Monochromatic Colors of #ea059a

#ea059a

Complementary Color

#ea059a #05ea55

#ea059a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea059a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea059a Color CSS Codes

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

#ea059a Text Font Color

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

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


#ea059a Background Color

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

This div background color is #ea059a


#ea059a Border Color

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

This div border color is #ea059a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,5,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 #ea059a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea059a


Comments

No comments written yet.

Please login to write comment.