Color Hex Logo

#e1914e Color Hex

#E1914E
(225,145,78)
0 Favorites   0 Comments

Color spaces of #e1914e

RGB 22514578
HSL0.080.710.59
HSV27°65°88°
CMYK 0.000.360.65   0.12
XYZ42.551936.808412.0697
Yxy36.80840.46540.4026
Hunter Lab60.669919.021730.6738
CIE-Lab67.133024.166847.2582

#e1914e color RGB value is (225,145,78).

#e1914e hex color red value is 225, green value is 145 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e1914e hue: 0.08 , saturation: 0.71 and the lightness value of e1914e is 0.59.

The process color (four color CMYK) of #e1914e color hex is 0.00, 0.36, 0.65, 0.12. Web safe color of #e1914e is #cc9966. Color #e1914e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010001 01001110
Octal 341 221 116
Decimal 225 145 78
Hex E1 91 4E

RGB Percentages of Color #e1914e

%50.22
%32.37
%17.41

CMYK Percentages of Color #e1914e

%0
%36
%65
%12

Triadic Colors of #e1914e

#e1914e #4ee191 #914ee1

Analogous Colors of #e1914e

#e1914e #e1db4e #e14e55

Monochromatic Colors of #e1914e

#e1914e

Complementary Color

#e1914e #4e9ee1

#e1914e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1914e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1914e Color CSS Codes

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

#e1914e Text Font Color

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

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


#e1914e Background Color

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

This div background color is #e1914e


#e1914e Border Color

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

This div border color is #e1914e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1914e


Comments

No comments written yet.

Please login to write comment.