Color Hex Logo

#ea588d Color Hex

#EA588D
(234,88,141)
0 Favorites   0 Comments

Color spaces of #ea588d

RGB 23488141
HSL0.940.780.63
HSV338°62°92°
CMYK 0.000.620.40   0.08
XYZ42.229126.395028.0683
Yxy26.39500.43670.2730
Hunter Lab51.376156.81193.5713
CIE-Lab58.410160.79601.0069

#ea588d color RGB value is (234,88,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 10001101
Octal 352 130 215
Decimal 234 88 141
Hex EA 58 8D

RGB Percentages of Color #ea588d

%50.54
%19.01
%30.45

CMYK Percentages of Color #ea588d

%0
%62
%40
%8

Triadic Colors of #ea588d

#ea588d #8dea58 #588dea

Analogous Colors of #ea588d

#ea588d #ea6c58 #ea58d6

Monochromatic Colors of #ea588d

#ea588d

Complementary Color

#ea588d #58eab5

#ea588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea588d Color CSS Codes

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

#ea588d Text Font Color

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

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


#ea588d Background Color

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

This div background color is #ea588d


#ea588d Border Color

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

This div border color is #ea588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea588d


Comments

No comments written yet.

Please login to write comment.