Color Hex Logo

#ea545d Color Hex

#EA545D
(234,84,93)
0 Favorites   0 Comments

Color spaces of #ea545d

RGB 2348493
HSL0.990.780.62
HSV356°64°92°
CMYK 0.000.640.60   0.08
XYZ39.077824.623413.0491
Yxy24.62340.50920.3208
Hunter Lab49.622053.732119.1439
CIE-Lab56.706658.401826.7502

#ea545d color RGB value is (234,84,93).

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

The process color (four color CMYK) of #ea545d color hex is 0.00, 0.64, 0.60, 0.08. Web safe color of #ea545d is #ff6666. Color #ea545d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 01011101
Octal 352 124 135
Decimal 234 84 93
Hex EA 54 5D

RGB Percentages of Color #ea545d

%56.93
%20.44
%22.63

CMYK Percentages of Color #ea545d

%0
%64
%60
%8

Triadic Colors of #ea545d

#ea545d #5dea54 #545dea

Analogous Colors of #ea545d

#ea545d #ea9654 #ea54a8

Monochromatic Colors of #ea545d

#ea545d

Complementary Color

#ea545d #54eae1

#ea545d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea545d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea545d Color CSS Codes

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

#ea545d Text Font Color

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

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


#ea545d Background Color

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

This div background color is #ea545d


#ea545d Border Color

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

This div border color is #ea545d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea545d


Comments

No comments written yet.

Please login to write comment.