Color Hex Logo

#e1092f Color Hex

#E1092F
(225,9,47)
0 Favorites   0 Comments

Color spaces of #e1092f

RGB 225947
HSL0.970.920.46
HSV349°96°88°
CMYK 0.000.960.79   0.12
XYZ31.662116.40824.1876
Yxy16.40820.60590.3140
Hunter Lab40.507068.636222.2256
CIE-Lab47.505572.876041.9828

#e1092f color RGB value is (225,9,47).

#e1092f hex color red value is 225, green value is 9 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e1092f hue: 0.97 , saturation: 0.92 and the lightness value of e1092f is 0.46.

The process color (four color CMYK) of #e1092f color hex is 0.00, 0.96, 0.79, 0.12. Web safe color of #e1092f is #cc0033. Color #e1092f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001001 00101111
Octal 341 11 57
Decimal 225 9 47
Hex E1 9 2F

RGB Percentages of Color #e1092f

%80.07
%3.20
%16.73

CMYK Percentages of Color #e1092f

%0
%96
%79
%12

Triadic Colors of #e1092f

#e1092f #2fe109 #092fe1

Analogous Colors of #e1092f

#e1092f #e14f09 #e1099b

Monochromatic Colors of #e1092f

#e1092f

Complementary Color

#e1092f #09e1bb

#e1092f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1092f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1092f Color CSS Codes

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

#e1092f Text Font Color

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

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


#e1092f Background Color

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

This div background color is #e1092f


#e1092f Border Color

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

This div border color is #e1092f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1092f


Comments

No comments written yet.

Please login to write comment.