Color Hex Logo

#e1481f Color Hex

#E1481F
(225,72,31)
0 Favorites   0 Comments

Color spaces of #e1481f

RGB 2257231
HSL0.040.760.50
HSV13°86°88°
CMYK 0.000.680.86   0.12
XYZ33.616020.74123.5280
Yxy20.74120.58070.3583
Hunter Lab45.542552.055727.2868
CIE-Lab52.665157.624654.6274

#e1481f color RGB value is (225,72,31).

#e1481f hex color red value is 225, green value is 72 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e1481f hue: 0.04 , saturation: 0.76 and the lightness value of e1481f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 00011111
Octal 341 110 37
Decimal 225 72 31
Hex E1 48 1F

RGB Percentages of Color #e1481f

%68.60
%21.95
%9.45

CMYK Percentages of Color #e1481f

%0
%68
%86
%12

Triadic Colors of #e1481f

#e1481f #1fe148 #481fe1

Analogous Colors of #e1481f

#e1481f #e1a91f #e11f57

Monochromatic Colors of #e1481f

#e1481f

Complementary Color

#e1481f #1fb8e1

#e1481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1481f Color CSS Codes

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

#e1481f Text Font Color

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

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


#e1481f Background Color

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

This div background color is #e1481f


#e1481f Border Color

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

This div border color is #e1481f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1481f


Comments

No comments written yet.

Please login to write comment.