Color Hex Logo

#ea332c Color Hex

#EA332C
(234,51,44)
0 Favorites   0 Comments

Color spaces of #ea332c

RGB 2345144
HSL0.010.820.55
HSV81°92°
CMYK 0.000.780.81   0.08
XYZ35.570120.04194.3766
Yxy20.04190.59290.3341
Hunter Lab44.768263.481025.5415
CIE-Lab51.884667.711848.5321

#ea332c color RGB value is (234,51,44).

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

The process color (four color CMYK) of #ea332c color hex is 0.00, 0.78, 0.81, 0.08. Web safe color of #ea332c is #ff3333. Color #ea332c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 00101100
Octal 352 63 54
Decimal 234 51 44
Hex EA 33 2C

RGB Percentages of Color #ea332c

%71.12
%15.50
%13.37

CMYK Percentages of Color #ea332c

%0
%78
%81
%8

Triadic Colors of #ea332c

#ea332c #2cea33 #332cea

Analogous Colors of #ea332c

#ea332c #ea922c #ea2c84

Monochromatic Colors of #ea332c

#ea332c

Complementary Color

#ea332c #2ce3ea

#ea332c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea332c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea332c Color CSS Codes

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

#ea332c Text Font Color

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

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


#ea332c Background Color

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

This div background color is #ea332c


#ea332c Border Color

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

This div border color is #ea332c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea332c


Comments

No comments written yet.

Please login to write comment.