Color Hex Logo

#ea505a Color Hex

#EA505A
(234,80,90)
0 Favorites   0 Comments

Color spaces of #ea505a

RGB 2348090
HSL0.990.790.62
HSV356°66°92°
CMYK 0.000.660.62   0.08
XYZ38.645823.967912.2623
Yxy23.96790.51610.3201
Hunter Lab48.957055.229919.4195
CIE-Lab56.055659.832727.6509

#ea505a color RGB value is (234,80,90).

#ea505a hex color red value is 234, green value is 80 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ea505a hue: 0.99 , saturation: 0.79 and the lightness value of ea505a is 0.62.

The process color (four color CMYK) of #ea505a color hex is 0.00, 0.66, 0.62, 0.08. Web safe color of #ea505a is #ff6666. Color #ea505a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010000 01011010
Octal 352 120 132
Decimal 234 80 90
Hex EA 50 5A

RGB Percentages of Color #ea505a

%57.92
%19.80
%22.28

CMYK Percentages of Color #ea505a

%0
%66
%62
%8

Triadic Colors of #ea505a

#ea505a #5aea50 #505aea

Analogous Colors of #ea505a

#ea505a #ea9350 #ea50a7

Monochromatic Colors of #ea505a

#ea505a

Complementary Color

#ea505a #50eae0

#ea505a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea505a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea505a Color CSS Codes

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

#ea505a Text Font Color

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

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


#ea505a Background Color

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

This div background color is #ea505a


#ea505a Border Color

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

This div border color is #ea505a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea505a


Comments

No comments written yet.

Please login to write comment.