Color Hex Logo

#ea4c89 Color Hex

#EA4C89
(234,76,137)
0 Favorites   1 Comments

Color spaces of #ea4c89

RGB 23476137
HSL0.940.790.61
HSV337°68°92°
CMYK 0.000.680.41   0.08
XYZ41.031524.467526.2270
Yxy24.46750.44730.2667
Hunter Lab49.464661.50483.1887
CIE-Lab56.552965.16010.6513

#ea4c89 color RGB value is (234,76,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001100 10001001
Octal 352 114 211
Decimal 234 76 137
Hex EA 4C 89

RGB Percentages of Color #ea4c89

%52.35
%17.00
%30.65

CMYK Percentages of Color #ea4c89

%0
%68
%41
%8

Triadic Colors of #ea4c89

#ea4c89 #89ea4c #4c89ea

Analogous Colors of #ea4c89

#ea4c89 #ea5e4c #ea4cd8

Monochromatic Colors of #ea4c89

#ea4c89

Complementary Color

#ea4c89 #4ceaad

#ea4c89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4c89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4c89 Color CSS Codes

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

#ea4c89 Text Font Color

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

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


#ea4c89 Background Color

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

This div background color is #ea4c89


#ea4c89 Border Color

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

This div border color is #ea4c89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4c89

#ea4c89 Color Palettes


Comments

30 Sep 2014, 18:04 DanielMegard

This is Official Dribbble pink.

Please login to write comment.