Color Hex Logo

#ea4889 Color Hex

#EA4889
(234,72,137)
0 Favorites   0 Comments

Color spaces of #ea4889

RGB 23472137
HSL0.930.790.60
HSV336°69°92°
CMYK 0.000.690.41   0.08
XYZ40.764423.933326.1380
Yxy23.93330.44880.2635
Hunter Lab48.921763.12372.5676
CIE-Lab56.021066.6310-0.1249

#ea4889 color RGB value is (234,72,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 10001001
Octal 352 110 211
Decimal 234 72 137
Hex EA 48 89

RGB Percentages of Color #ea4889

%52.82
%16.25
%30.93

CMYK Percentages of Color #ea4889

%0
%69
%41
%8

Triadic Colors of #ea4889

#ea4889 #89ea48 #4889ea

Analogous Colors of #ea4889

#ea4889 #ea5848 #ea48da

Monochromatic Colors of #ea4889

#ea4889

Complementary Color

#ea4889 #48eaa9

#ea4889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4889 Color CSS Codes

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

#ea4889 Text Font Color

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

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


#ea4889 Background Color

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

This div background color is #ea4889


#ea4889 Border Color

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

This div border color is #ea4889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4889


Comments

No comments written yet.

Please login to write comment.