Color Hex Logo

#ea576a Color Hex

#EA576A
(234,87,106)
0 Favorites   0 Comments

Color spaces of #ea576a

RGB 23487106
HSL0.980.780.63
HSV352°63°92°
CMYK 0.000.630.55   0.08
XYZ39.941425.349416.4235
Yxy25.34940.48880.3102
Hunter Lab50.348253.495415.9034
CIE-Lab57.414358.070520.1134

#ea576a color RGB value is (234,87,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010111 01101010
Octal 352 127 152
Decimal 234 87 106
Hex EA 57 6A

RGB Percentages of Color #ea576a

%54.80
%20.37
%24.82

CMYK Percentages of Color #ea576a

%0
%63
%55
%8

Triadic Colors of #ea576a

#ea576a #6aea57 #576aea

Analogous Colors of #ea576a

#ea576a #ea8e57 #ea57b4

Monochromatic Colors of #ea576a

#ea576a

Complementary Color

#ea576a #57ead7

#ea576a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea576a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea576a Color CSS Codes

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

#ea576a Text Font Color

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

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


#ea576a Background Color

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

This div background color is #ea576a


#ea576a Border Color

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

This div border color is #ea576a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea576a


Comments

No comments written yet.

Please login to write comment.