Color Hex Logo

#ea332f Color Hex

#EA332F
(234,51,47)
0 Favorites   0 Comments

Color spaces of #ea332f

RGB 2345147
HSL0.000.820.55
HSV80°92°
CMYK 0.000.780.80   0.08
XYZ35.628620.06534.6845
Yxy20.06530.59010.3323
Hunter Lab44.794363.585725.1556
CIE-Lab51.911067.795447.0073

#ea332f color RGB value is (234,51,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 00101111
Octal 352 63 57
Decimal 234 51 47
Hex EA 33 2F

RGB Percentages of Color #ea332f

%70.48
%15.36
%14.16

CMYK Percentages of Color #ea332f

%0
%78
%80
%8

Triadic Colors of #ea332f

#ea332f #2fea33 #332fea

Analogous Colors of #ea332f

#ea332f #ea912f #ea2f89

Monochromatic Colors of #ea332f

#ea332f

Complementary Color

#ea332f #2fe6ea

#ea332f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea332f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea332f Color CSS Codes

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

#ea332f Text Font Color

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

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


#ea332f Background Color

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

This div background color is #ea332f


#ea332f Border Color

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

This div border color is #ea332f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,51,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 #ea332f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea332f


Comments

No comments written yet.

Please login to write comment.