Color Hex Logo

#ea588f Color Hex

#EA588F
(234,88,143)
0 Favorites   0 Comments

Color spaces of #ea588f

RGB 23488143
HSL0.940.780.63
HSV337°62°92°
CMYK 0.000.620.39   0.08
XYZ42.379326.455028.8593
Yxy26.45500.43380.2708
Hunter Lab51.434457.06452.7371
CIE-Lab58.466461.0050-0.0806

#ea588f color RGB value is (234,88,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 10001111
Octal 352 130 217
Decimal 234 88 143
Hex EA 58 8F

RGB Percentages of Color #ea588f

%50.32
%18.92
%30.75

CMYK Percentages of Color #ea588f

%0
%62
%39
%8

Triadic Colors of #ea588f

#ea588f #8fea58 #588fea

Analogous Colors of #ea588f

#ea588f #ea6a58 #ea58d8

Monochromatic Colors of #ea588f

#ea588f

Complementary Color

#ea588f #58eab3

#ea588f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea588f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea588f Color CSS Codes

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

#ea588f Text Font Color

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

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


#ea588f Background Color

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

This div background color is #ea588f


#ea588f Border Color

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

This div border color is #ea588f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea588f


Comments

No comments written yet.

Please login to write comment.