Color Hex Logo

#e1170f Color Hex

#E1170F
(225,23,15)
0 Favorites   0 Comments

Color spaces of #e1170f

RGB 2252315
HSL0.010.880.47
HSV93°88°
CMYK 0.000.900.93   0.12
XYZ31.444016.65482.0094
Yxy16.65480.62750.3324
Hunter Lab40.810366.114825.6479
CIE-Lab47.822170.713957.1856

#e1170f color RGB value is (225,23,15).

#e1170f hex color red value is 225, green value is 23 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e1170f hue: 0.01 , saturation: 0.88 and the lightness value of e1170f is 0.47.

The process color (four color CMYK) of #e1170f color hex is 0.00, 0.90, 0.93, 0.12. Web safe color of #e1170f is #cc0000. Color #e1170f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010111 00001111
Octal 341 27 17
Decimal 225 23 15
Hex E1 17 F

RGB Percentages of Color #e1170f

%85.55
%8.75
%5.70

CMYK Percentages of Color #e1170f

%0
%90
%93
%12

Triadic Colors of #e1170f

#e1170f #0fe117 #170fe1

Analogous Colors of #e1170f

#e1170f #e1800f #e10f70

Monochromatic Colors of #e1170f

#e1170f

Complementary Color

#e1170f #0fd9e1

#e1170f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1170f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1170f Color CSS Codes

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

#e1170f Text Font Color

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

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


#e1170f Background Color

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

This div background color is #e1170f


#e1170f Border Color

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

This div border color is #e1170f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,23,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1170f


Comments

No comments written yet.

Please login to write comment.