Color Hex Logo

#ea549f Color Hex

#EA549F
(234,84,159)
0 Favorites   0 Comments

Color spaces of #ea549f

RGB 23484159
HSL0.920.780.62
HSV330°64°92°
CMYK 0.000.640.32   0.08
XYZ43.360026.336335.5990
Yxy26.33630.41180.2501
Hunter Lab51.318961.0089-5.2052
CIE-Lab58.354964.4098-9.5829

#ea549f color RGB value is (234,84,159).

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

The process color (four color CMYK) of #ea549f color hex is 0.00, 0.64, 0.32, 0.08. Web safe color of #ea549f is #ff6699. Color #ea549f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 10011111
Octal 352 124 237
Decimal 234 84 159
Hex EA 54 9F

RGB Percentages of Color #ea549f

%49.06
%17.61
%33.33

CMYK Percentages of Color #ea549f

%0
%64
%32
%8

Triadic Colors of #ea549f

#ea549f #9fea54 #549fea

Analogous Colors of #ea549f

#ea549f #ea5454 #ea54ea

Monochromatic Colors of #ea549f

#ea549f

Complementary Color

#ea549f #54ea9f

#ea549f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea549f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea549f Color CSS Codes

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

#ea549f Text Font Color

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

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


#ea549f Background Color

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

This div background color is #ea549f


#ea549f Border Color

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

This div border color is #ea549f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea549f


Comments

No comments written yet.

Please login to write comment.