Color Hex Logo

#e14e49 Color Hex

#E14E49
(225,78,73)
0 Favorites   0 Comments

Color spaces of #e14e49

RGB 2257873
HSL0.010.720.58
HSV68°88°
CMYK 0.000.650.68   0.12
XYZ34.978321.93748.6941
Yxy21.93740.53310.3344
Hunter Lab46.837451.338921.7806
CIE-Lab53.960556.754234.4988

#e14e49 color RGB value is (225,78,73).

#e14e49 hex color red value is 225, green value is 78 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #e14e49 hue: 0.01 , saturation: 0.72 and the lightness value of e14e49 is 0.58.

The process color (four color CMYK) of #e14e49 color hex is 0.00, 0.65, 0.68, 0.12. Web safe color of #e14e49 is #cc6633. Color #e14e49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 01001001
Octal 341 116 111
Decimal 225 78 73
Hex E1 4E 49

RGB Percentages of Color #e14e49

%59.84
%20.74
%19.41

CMYK Percentages of Color #e14e49

%0
%65
%68
%12

Triadic Colors of #e14e49

#e14e49 #49e14e #4e49e1

Analogous Colors of #e14e49

#e14e49 #e19a49 #e14990

Monochromatic Colors of #e14e49

#e14e49

Complementary Color

#e14e49 #49dce1

#e14e49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14e49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14e49 Color CSS Codes

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

#e14e49 Text Font Color

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

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


#e14e49 Background Color

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

This div background color is #e14e49


#e14e49 Border Color

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

This div border color is #e14e49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14e49


Comments

No comments written yet.

Please login to write comment.