Color Hex Logo

#e1701f Color Hex

#E1701F
(225,112,31)
0 Favorites   0 Comments

Color spaces of #e1701f

RGB 22511231
HSL0.070.760.50
HSV25°86°88°
CMYK 0.000.500.86   0.12
XYZ37.092827.69484.6870
Yxy27.69480.53390.3986
Hunter Lab52.625833.718731.5576
CIE-Lab59.612039.473760.2725

#e1701f color RGB value is (225,112,31).

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

The process color (four color CMYK) of #e1701f color hex is 0.00, 0.50, 0.86, 0.12. Web safe color of #e1701f is #cc6633. Color #e1701f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 00011111
Octal 341 160 37
Decimal 225 112 31
Hex E1 70 1F

RGB Percentages of Color #e1701f

%61.14
%30.43
%8.42

CMYK Percentages of Color #e1701f

%0
%50
%86
%12

Triadic Colors of #e1701f

#e1701f #1fe170 #701fe1

Analogous Colors of #e1701f

#e1701f #e1d11f #e11f2f

Monochromatic Colors of #e1701f

#e1701f

Complementary Color

#e1701f #1f90e1

#e1701f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1701f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1701f Color CSS Codes

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

#e1701f Text Font Color

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

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


#e1701f Background Color

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

This div background color is #e1701f


#e1701f Border Color

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

This div border color is #e1701f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1701f


Comments

No comments written yet.

Please login to write comment.