Color Hex Logo

#ea589d Color Hex

#EA589D
(234,88,157)
0 Favorites   0 Comments

Color spaces of #ea589d

RGB 23488157
HSL0.920.780.63
HSV332°62°92°
CMYK 0.000.620.33   0.08
XYZ43.507226.906234.7986
Yxy26.90620.41350.2557
Hunter Lab51.871258.9431-3.4658
CIE-Lab58.887462.5496-7.6243

#ea589d color RGB value is (234,88,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 10011101
Octal 352 130 235
Decimal 234 88 157
Hex EA 58 9D

RGB Percentages of Color #ea589d

%48.85
%18.37
%32.78

CMYK Percentages of Color #ea589d

%0
%62
%33
%8

Triadic Colors of #ea589d

#ea589d #9dea58 #589dea

Analogous Colors of #ea589d

#ea589d #ea5c58 #ea58e6

Monochromatic Colors of #ea589d

#ea589d

Complementary Color

#ea589d #58eaa5

#ea589d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea589d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea589d Color CSS Codes

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

#ea589d Text Font Color

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

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


#ea589d Background Color

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

This div background color is #ea589d


#ea589d Border Color

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

This div border color is #ea589d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea589d


Comments

No comments written yet.

Please login to write comment.