Color Hex Logo

#ea535f Color Hex

#EA535F
(234,83,95)
0 Favorites   0 Comments

Color spaces of #ea535f

RGB 2348395
HSL0.990.780.62
HSV355°65°92°
CMYK 0.000.650.59   0.08
XYZ39.090524.505213.4961
Yxy24.50520.50710.3179
Hunter Lab49.502754.325218.4875
CIE-Lab56.590158.944425.4360

#ea535f color RGB value is (234,83,95).

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

The process color (four color CMYK) of #ea535f color hex is 0.00, 0.65, 0.59, 0.08. Web safe color of #ea535f is #ff6666. Color #ea535f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 01011111
Octal 352 123 137
Decimal 234 83 95
Hex EA 53 5F

RGB Percentages of Color #ea535f

%56.80
%20.15
%23.06

CMYK Percentages of Color #ea535f

%0
%65
%59
%8

Triadic Colors of #ea535f

#ea535f #5fea53 #535fea

Analogous Colors of #ea535f

#ea535f #ea9353 #ea53ab

Monochromatic Colors of #ea535f

#ea535f

Complementary Color

#ea535f #53eade

#ea535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea535f Color CSS Codes

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

#ea535f Text Font Color

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

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


#ea535f Background Color

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

This div background color is #ea535f


#ea535f Border Color

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

This div border color is #ea535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea535f


Comments

No comments written yet.

Please login to write comment.