Color Hex Logo

#e1280f Color Hex

#E1280F
(225,40,15)
0 Favorites   0 Comments

Color spaces of #e1280f

RGB 2254015
HSL0.020.880.47
HSV93°88°
CMYK 0.000.820.93   0.12
XYZ31.896417.55962.1602
Yxy17.55960.61800.3402
Hunter Lab41.904262.537426.2765
CIE-Lab48.957567.470357.8529

#e1280f color RGB value is (225,40,15).

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

The process color (four color CMYK) of #e1280f color hex is 0.00, 0.82, 0.93, 0.12. Web safe color of #e1280f is #cc3300. Color #e1280f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 00001111
Octal 341 50 17
Decimal 225 40 15
Hex E1 28 F

RGB Percentages of Color #e1280f

%80.36
%14.29
%5.36

CMYK Percentages of Color #e1280f

%0
%82
%93
%12

Triadic Colors of #e1280f

#e1280f #0fe128 #280fe1

Analogous Colors of #e1280f

#e1280f #e1910f #e10f5f

Monochromatic Colors of #e1280f

#e1280f

Complementary Color

#e1280f #0fc8e1

#e1280f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1280f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1280f Color CSS Codes

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

#e1280f Text Font Color

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

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


#e1280f Background Color

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

This div background color is #e1280f


#e1280f Border Color

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

This div border color is #e1280f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1280f


Comments

No comments written yet.

Please login to write comment.