Color Hex Logo

#ea5887 Color Hex

#EA5887
(234,88,135)
0 Favorites   0 Comments

Color spaces of #ea5887

RGB 23488135
HSL0.950.780.63
HSV341°62°92°
CMYK 0.000.620.42   0.08
XYZ41.794626.221125.7800
Yxy26.22110.44560.2796
Hunter Lab51.206556.07965.9950
CIE-Lab58.246360.18894.2821

#ea5887 color RGB value is (234,88,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 10000111
Octal 352 130 207
Decimal 234 88 135
Hex EA 58 87

RGB Percentages of Color #ea5887

%51.20
%19.26
%29.54

CMYK Percentages of Color #ea5887

%0
%62
%42
%8

Triadic Colors of #ea5887

#ea5887 #87ea58 #5887ea

Analogous Colors of #ea5887

#ea5887 #ea7258 #ea58d0

Monochromatic Colors of #ea5887

#ea5887

Complementary Color

#ea5887 #58eabb

#ea5887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5887 Color CSS Codes

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

#ea5887 Text Font Color

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

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


#ea5887 Background Color

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

This div background color is #ea5887


#ea5887 Border Color

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

This div border color is #ea5887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5887


Comments

No comments written yet.

Please login to write comment.