Color Hex Logo

#e1060f Color Hex

#E1060F
(225,6,15)
0 Favorites   0 Comments

Color spaces of #e1060f

RGB 225615
HSL0.990.950.45
HSV358°97°88°
CMYK 0.000.970.93   0.12
XYZ31.202716.17231.9289
Yxy16.17230.63290.3280
Hunter Lab40.214868.122425.3065
CIE-Lab47.199772.509656.8280

#e1060f color RGB value is (225,6,15).

#e1060f hex color red value is 225, green value is 6 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e1060f hue: 0.99 , saturation: 0.95 and the lightness value of e1060f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000110 00001111
Octal 341 6 17
Decimal 225 6 15
Hex E1 6 F

RGB Percentages of Color #e1060f

%91.46
%2.44
%6.10

CMYK Percentages of Color #e1060f

%0
%97
%93
%12

Triadic Colors of #e1060f

#e1060f #0fe106 #060fe1

Analogous Colors of #e1060f

#e1060f #e16b06 #e1067d

Monochromatic Colors of #e1060f

#e1060f

Complementary Color

#e1060f #06e1d8

#e1060f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1060f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1060f Color CSS Codes

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

#e1060f Text Font Color

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

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


#e1060f Background Color

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

This div background color is #e1060f


#e1060f Border Color

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

This div border color is #e1060f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1060f


Comments

No comments written yet.

Please login to write comment.