Color Hex Logo

#e1972e Color Hex

#E1972E
(225,151,46)
0 Favorites   0 Comments

Color spaces of #e1972e

RGB 22515146
HSL0.100.750.53
HSV35°80°88°
CMYK 0.000.330.80   0.12
XYZ42.611138.33807.7389
Yxy38.33800.48050.4323
Hunter Lab61.917714.485935.9319
CIE-Lab68.269019.447862.4457

#e1972e color RGB value is (225,151,46).

#e1972e hex color red value is 225, green value is 151 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e1972e hue: 0.10 , saturation: 0.75 and the lightness value of e1972e is 0.53.

The process color (four color CMYK) of #e1972e color hex is 0.00, 0.33, 0.80, 0.12. Web safe color of #e1972e is #cc9933. Color #e1972e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010111 00101110
Octal 341 227 56
Decimal 225 151 46
Hex E1 97 2E

RGB Percentages of Color #e1972e

%53.32
%35.78
%10.90

CMYK Percentages of Color #e1972e

%0
%33
%80
%12

Triadic Colors of #e1972e

#e1972e #2ee197 #972ee1

Analogous Colors of #e1972e

#e1972e #d2e12e #e13e2e

Monochromatic Colors of #e1972e

#e1972e

Complementary Color

#e1972e #2e78e1

#e1972e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1972e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1972e Color CSS Codes

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

#e1972e Text Font Color

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

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


#e1972e Background Color

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

This div background color is #e1972e


#e1972e Border Color

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

This div border color is #e1972e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1972e


Comments

No comments written yet.

Please login to write comment.