Color Hex Logo

#ea372f Color Hex

#EA372F
(234,55,47)
0 Favorites   0 Comments

Color spaces of #ea372f

RGB 2345547
HSL0.010.820.55
HSV80°92°
CMYK 0.000.760.80   0.08
XYZ35.811020.43004.7453
Yxy20.43000.58720.3350
Hunter Lab45.199662.323925.4151
CIE-Lab52.319966.646847.4105

#ea372f color RGB value is (234,55,47).

#ea372f hex color red value is 234, green value is 55 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ea372f hue: 0.01 , saturation: 0.82 and the lightness value of ea372f is 0.55.

The process color (four color CMYK) of #ea372f color hex is 0.00, 0.76, 0.80, 0.08. Web safe color of #ea372f is #ff3333. Color #ea372f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110111 00101111
Octal 352 67 57
Decimal 234 55 47
Hex EA 37 2F

RGB Percentages of Color #ea372f

%69.64
%16.37
%13.99

CMYK Percentages of Color #ea372f

%0
%76
%80
%8

Triadic Colors of #ea372f

#ea372f #2fea37 #372fea

Analogous Colors of #ea372f

#ea372f #ea952f #ea2f85

Monochromatic Colors of #ea372f

#ea372f

Complementary Color

#ea372f #2fe2ea

#ea372f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea372f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea372f Color CSS Codes

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

#ea372f Text Font Color

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

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


#ea372f Background Color

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

This div background color is #ea372f


#ea372f Border Color

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

This div border color is #ea372f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea372f


Comments

No comments written yet.

Please login to write comment.