Color Hex Logo

#ea505c Color Hex

#EA505C
(234,80,92)
0 Favorites   0 Comments

Color spaces of #ea505c

RGB 2348092
HSL0.990.790.62
HSV355°66°92°
CMYK 0.000.660.61   0.08
XYZ38.732124.002512.7167
Yxy24.00250.51330.3181
Hunter Lab48.992355.380918.9050
CIE-Lab56.090359.958826.5321

#ea505c color RGB value is (234,80,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010000 01011100
Octal 352 120 134
Decimal 234 80 92
Hex EA 50 5C

RGB Percentages of Color #ea505c

%57.64
%19.70
%22.66

CMYK Percentages of Color #ea505c

%0
%66
%61
%8

Triadic Colors of #ea505c

#ea505c #5cea50 #505cea

Analogous Colors of #ea505c

#ea505c #ea9150 #ea50a9

Monochromatic Colors of #ea505c

#ea505c

Complementary Color

#ea505c #50eade

#ea505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea505c Color CSS Codes

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

#ea505c Text Font Color

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

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


#ea505c Background Color

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

This div background color is #ea505c


#ea505c Border Color

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

This div border color is #ea505c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea505c


Comments

No comments written yet.

Please login to write comment.