Color Hex Logo

#ea588a Color Hex

#EA588A
(234,88,138)
0 Favorites   0 Comments

Color spaces of #ea588a

RGB 23488138
HSL0.940.780.63
HSV339°62°92°
CMYK 0.000.620.41   0.08
XYZ42.008926.306926.9084
Yxy26.30690.44120.2763
Hunter Lab51.290356.44124.7979
CIE-Lab58.327260.48902.6420

#ea588a color RGB value is (234,88,138).

#ea588a hex color red value is 234, green value is 88 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ea588a hue: 0.94 , saturation: 0.78 and the lightness value of ea588a is 0.63.

The process color (four color CMYK) of #ea588a color hex is 0.00, 0.62, 0.41, 0.08. Web safe color of #ea588a is #ff6699. Color #ea588a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 10001010
Octal 352 130 212
Decimal 234 88 138
Hex EA 58 8A

RGB Percentages of Color #ea588a

%50.87
%19.13
%30.00

CMYK Percentages of Color #ea588a

%0
%62
%41
%8

Triadic Colors of #ea588a

#ea588a #8aea58 #588aea

Analogous Colors of #ea588a

#ea588a #ea6f58 #ea58d3

Monochromatic Colors of #ea588a

#ea588a

Complementary Color

#ea588a #58eab8

#ea588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea588a Color CSS Codes

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

#ea588a Text Font Color

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

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


#ea588a Background Color

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

This div background color is #ea588a


#ea588a Border Color

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

This div border color is #ea588a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea588a


Comments

No comments written yet.

Please login to write comment.