Color Hex Logo

#ea589c Color Hex

#EA589C
(234,88,156)
0 Favorites   0 Comments

Color spaces of #ea589c

RGB 23488156
HSL0.920.780.63
HSV332°62°92°
CMYK 0.000.620.33   0.08
XYZ43.422226.872234.3507
Yxy26.87220.41490.2568
Hunter Lab51.838458.8025-3.0016
CIE-Lab58.855862.4345-7.0895

#ea589c color RGB value is (234,88,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 10011100
Octal 352 130 234
Decimal 234 88 156
Hex EA 58 9C

RGB Percentages of Color #ea589c

%48.95
%18.41
%32.64

CMYK Percentages of Color #ea589c

%0
%62
%33
%8

Triadic Colors of #ea589c

#ea589c #9cea58 #589cea

Analogous Colors of #ea589c

#ea589c #ea5d58 #ea58e5

Monochromatic Colors of #ea589c

#ea589c

Complementary Color

#ea589c #58eaa6

#ea589c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea589c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea589c Color CSS Codes

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

#ea589c Text Font Color

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

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


#ea589c Background Color

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

This div background color is #ea589c


#ea589c Border Color

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

This div border color is #ea589c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea589c


Comments

No comments written yet.

Please login to write comment.