Color Hex Logo

#ea578b Color Hex

#EA578B
(234,87,139)
0 Favorites   0 Comments

Color spaces of #ea578b

RGB 23487139
HSL0.940.780.63
HSV339°63°92°
CMYK 0.000.630.41   0.08
XYZ42.000126.172927.2643
Yxy26.17290.44010.2742
Hunter Lab51.159557.01314.2143
CIE-Lab58.200861.00731.8732

#ea578b color RGB value is (234,87,139).

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

The process color (four color CMYK) of #ea578b color hex is 0.00, 0.63, 0.41, 0.08. Web safe color of #ea578b is #ff6699. Color #ea578b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010111 10001011
Octal 352 127 213
Decimal 234 87 139
Hex EA 57 8B

RGB Percentages of Color #ea578b

%50.87
%18.91
%30.22

CMYK Percentages of Color #ea578b

%0
%63
%41
%8

Triadic Colors of #ea578b

#ea578b #8bea57 #578bea

Analogous Colors of #ea578b

#ea578b #ea6d57 #ea57d5

Monochromatic Colors of #ea578b

#ea578b

Complementary Color

#ea578b #57eab6

#ea578b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea578b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea578b Color CSS Codes

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

#ea578b Text Font Color

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

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


#ea578b Background Color

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

This div background color is #ea578b


#ea578b Border Color

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

This div border color is #ea578b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea578b


Comments

No comments written yet.

Please login to write comment.