Color Hex Logo

#ea577c Color Hex

#EA577C
(234,87,124)
0 Favorites   0 Comments

Color spaces of #ea577c

RGB 23487124
HSL0.960.780.63
HSV345°63°92°
CMYK 0.000.630.47   0.08
XYZ40.978025.764121.8820
Yxy25.76410.46240.2907
Hunter Lab50.758355.27879.9708
CIE-Lab57.812559.566510.1137

#ea577c color RGB value is (234,87,124).

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

The process color (four color CMYK) of #ea577c color hex is 0.00, 0.63, 0.47, 0.08. Web safe color of #ea577c is #ff6666. Color #ea577c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010111 01111100
Octal 352 127 174
Decimal 234 87 124
Hex EA 57 7C

RGB Percentages of Color #ea577c

%52.58
%19.55
%27.87

CMYK Percentages of Color #ea577c

%0
%63
%47
%8

Triadic Colors of #ea577c

#ea577c #7cea57 #577cea

Analogous Colors of #ea577c

#ea577c #ea7c57 #ea57c6

Monochromatic Colors of #ea577c

#ea577c

Complementary Color

#ea577c #57eac5

#ea577c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea577c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea577c Color CSS Codes

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

#ea577c Text Font Color

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

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


#ea577c Background Color

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

This div background color is #ea577c


#ea577c Border Color

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

This div border color is #ea577c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea577c


Comments

No comments written yet.

Please login to write comment.