Color Hex Logo

#e3322f Color Hex

#E3322F
(227,50,47)
0 Favorites   0 Comments

Color spaces of #e3322f

RGB 2275047
HSL0.000.760.54
HSV79°89°
CMYK 0.000.780.79   0.11
XYZ33.332218.81734.5646
Yxy18.81730.58770.3318
Hunter Lab43.378961.245724.1264
CIE-Lab50.472866.076445.1307

#e3322f color RGB value is (227,50,47).

#e3322f hex color red value is 227, green value is 50 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e3322f hue: 0.00 , saturation: 0.76 and the lightness value of e3322f is 0.54.

The process color (four color CMYK) of #e3322f color hex is 0.00, 0.78, 0.79, 0.11. Web safe color of #e3322f is #cc3333. Color #e3322f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110010 00101111
Octal 343 62 57
Decimal 227 50 47
Hex E3 32 2F

RGB Percentages of Color #e3322f

%70.06
%15.43
%14.51

CMYK Percentages of Color #e3322f

%0
%78
%79
%11

Triadic Colors of #e3322f

#e3322f #2fe332 #322fe3

Analogous Colors of #e3322f

#e3322f #e38c2f #e32f86

Monochromatic Colors of #e3322f

#e3322f

Complementary Color

#e3322f #2fe0e3

#e3322f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3322f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3322f Color CSS Codes

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

#e3322f Text Font Color

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

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


#e3322f Background Color

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

This div background color is #e3322f


#e3322f Border Color

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

This div border color is #e3322f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3322f


Comments

No comments written yet.

Please login to write comment.