Color Hex Logo

#e14e41 Color Hex

#E14E41
(225,78,65)
0 Favorites   0 Comments

Color spaces of #e14e41

RGB 2257865
HSL0.010.730.57
HSV71°88°
CMYK 0.000.650.71   0.12
XYZ34.729921.83807.3857
Yxy21.83800.54300.3415
Hunter Lab46.731150.879123.3412
CIE-Lab53.854756.360238.8735

#e14e41 color RGB value is (225,78,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 01000001
Octal 341 116 101
Decimal 225 78 65
Hex E1 4E 41

RGB Percentages of Color #e14e41

%61.14
%21.20
%17.66

CMYK Percentages of Color #e14e41

%0
%65
%71
%12

Triadic Colors of #e14e41

#e14e41 #41e14e #4e41e1

Analogous Colors of #e14e41

#e14e41 #e19e41 #e14184

Monochromatic Colors of #e14e41

#e14e41

Complementary Color

#e14e41 #41d4e1

#e14e41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14e41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14e41 Color CSS Codes

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

#e14e41 Text Font Color

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

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


#e14e41 Background Color

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

This div background color is #e14e41


#e14e41 Border Color

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

This div border color is #e14e41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14e41


Comments

No comments written yet.

Please login to write comment.