Color Hex Logo

#ea489c Color Hex

#EA489C
(234,72,156)
0 Favorites   0 Comments

Color spaces of #ea489c

RGB 23472156
HSL0.910.790.60
HSV329°69°92°
CMYK 0.000.690.33   0.08
XYZ42.249824.527533.9599
Yxy24.52750.41940.2435
Hunter Lab49.525265.6085-5.9880
CIE-Lab56.612168.6083-10.4397

#ea489c color RGB value is (234,72,156).

#ea489c hex color red value is 234, green value is 72 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ea489c hue: 0.91 , saturation: 0.79 and the lightness value of ea489c is 0.60.

The process color (four color CMYK) of #ea489c color hex is 0.00, 0.69, 0.33, 0.08. Web safe color of #ea489c is #ff3399. Color #ea489c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 10011100
Octal 352 110 234
Decimal 234 72 156
Hex EA 48 9C

RGB Percentages of Color #ea489c

%50.65
%15.58
%33.77

CMYK Percentages of Color #ea489c

%0
%69
%33
%8

Triadic Colors of #ea489c

#ea489c #9cea48 #489cea

Analogous Colors of #ea489c

#ea489c #ea484b #e748ea

Monochromatic Colors of #ea489c

#ea489c

Complementary Color

#ea489c #48ea96

#ea489c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea489c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea489c Color CSS Codes

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

#ea489c Text Font Color

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

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


#ea489c Background Color

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

This div background color is #ea489c


#ea489c Border Color

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

This div border color is #ea489c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,72,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 #ea489c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea489c


Comments

No comments written yet.

Please login to write comment.