Color Hex Logo

#e3481f Color Hex

#E3481F
(227,72,31)
0 Favorites   0 Comments

Color spaces of #e3481f

RGB 2277231
HSL0.030.780.51
HSV13°86°89°
CMYK 0.000.680.86   0.11
XYZ34.243221.06463.5574
Yxy21.06460.58170.3578
Hunter Lab45.896252.860727.5318
CIE-Lab53.020158.279855.0629

#e3481f color RGB value is (227,72,31).

#e3481f hex color red value is 227, green value is 72 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e3481f hue: 0.03 , saturation: 0.78 and the lightness value of e3481f is 0.51.

The process color (four color CMYK) of #e3481f color hex is 0.00, 0.68, 0.86, 0.11. Web safe color of #e3481f is #cc3333. Color #e3481f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 00011111
Octal 343 110 37
Decimal 227 72 31
Hex E3 48 1F

RGB Percentages of Color #e3481f

%68.79
%21.82
%9.39

CMYK Percentages of Color #e3481f

%0
%68
%86
%11

Triadic Colors of #e3481f

#e3481f #1fe348 #481fe3

Analogous Colors of #e3481f

#e3481f #e3aa1f #e31f58

Monochromatic Colors of #e3481f

#e3481f

Complementary Color

#e3481f #1fbae3

#e3481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3481f Color CSS Codes

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

#e3481f Text Font Color

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

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


#e3481f Background Color

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

This div background color is #e3481f


#e3481f Border Color

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

This div border color is #e3481f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,72,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3481f


Comments

No comments written yet.

Please login to write comment.