Color Hex Logo

#ea058a Color Hex

#EA058A
(234,5,138)
0 Favorites   0 Comments

Color spaces of #ea058a

RGB 2345138
HSL0.900.960.47
HSV325°98°92°
CMYK 0.000.980.41   0.08
XYZ38.573419.435925.7632
Yxy19.43590.46050.2320
Hunter Lab44.086279.0286-3.7877
CIE-Lab51.193380.5594-7.8514

#ea058a color RGB value is (234,5,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000101 10001010
Octal 352 5 212
Decimal 234 5 138
Hex EA 5 8A

RGB Percentages of Color #ea058a

%62.07
%1.33
%36.60

CMYK Percentages of Color #ea058a

%0
%98
%41
%8

Triadic Colors of #ea058a

#ea058a #8aea05 #058aea

Analogous Colors of #ea058a

#ea058a #ea0517 #d805ea

Monochromatic Colors of #ea058a

#ea058a

Complementary Color

#ea058a #05ea65

#ea058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea058a Color CSS Codes

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

#ea058a Text Font Color

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

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


#ea058a Background Color

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

This div background color is #ea058a


#ea058a Border Color

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

This div border color is #ea058a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea058a


Comments

No comments written yet.

Please login to write comment.