Color Hex Logo

#e1290e Color Hex

#E1290E
(225,41,14)
0 Favorites   0 Comments

Color spaces of #e1290e

RGB 2254114
HSL0.020.880.47
HSV94°88°
CMYK 0.000.820.94   0.12
XYZ31.923517.62512.1349
Yxy17.62510.61770.3410
Hunter Lab41.982362.263326.3725
CIE-Lab49.038267.221058.2042

#e1290e color RGB value is (225,41,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 00001110
Octal 341 51 16
Decimal 225 41 14
Hex E1 29 E

RGB Percentages of Color #e1290e

%80.36
%14.64
%5.00

CMYK Percentages of Color #e1290e

%0
%82
%94
%12

Triadic Colors of #e1290e

#e1290e #0ee129 #290ee1

Analogous Colors of #e1290e

#e1290e #e1930e #e10e5d

Monochromatic Colors of #e1290e

#e1290e

Complementary Color

#e1290e #0ec6e1

#e1290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1290e Color CSS Codes

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

#e1290e Text Font Color

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

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


#e1290e Background Color

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

This div background color is #e1290e


#e1290e Border Color

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

This div border color is #e1290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1290e


Comments

No comments written yet.

Please login to write comment.