Color Hex Logo

#ea372a Color Hex

#EA372A
(234,55,42)
0 Favorites   0 Comments

Color spaces of #ea372a

RGB 2345542
HSL0.010.820.54
HSV82°92°
CMYK 0.000.760.82   0.08
XYZ35.715820.39204.2441
Yxy20.39200.59180.3379
Hunter Lab45.157562.152926.0379
CIE-Lab52.277666.509249.9081

#ea372a color RGB value is (234,55,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110111 00101010
Octal 352 67 52
Decimal 234 55 42
Hex EA 37 2A

RGB Percentages of Color #ea372a

%70.69
%16.62
%12.69

CMYK Percentages of Color #ea372a

%0
%76
%82
%8

Triadic Colors of #ea372a

#ea372a #2aea37 #372aea

Analogous Colors of #ea372a

#ea372a #ea972a #ea2a7d

Monochromatic Colors of #ea372a

#ea372a

Complementary Color

#ea372a #2addea

#ea372a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea372a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea372a Color CSS Codes

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

#ea372a Text Font Color

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

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


#ea372a Background Color

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

This div background color is #ea372a


#ea372a Border Color

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

This div border color is #ea372a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea372a


Comments

No comments written yet.

Please login to write comment.