Color Hex Logo

#e14819 Color Hex

#E14819
(225,72,25)
0 Favorites   0 Comments

Color spaces of #e14819

RGB 2257225
HSL0.040.800.49
HSV14°89°88°
CMYK 0.000.680.89   0.12
XYZ33.544220.71253.1496
Yxy20.71250.58430.3608
Hunter Lab45.511051.920527.7545
CIE-Lab52.633457.509356.9391

#e14819 color RGB value is (225,72,25).

#e14819 hex color red value is 225, green value is 72 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #e14819 hue: 0.04 , saturation: 0.80 and the lightness value of e14819 is 0.49.

The process color (four color CMYK) of #e14819 color hex is 0.00, 0.68, 0.89, 0.12. Web safe color of #e14819 is #cc3300. Color #e14819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 00011001
Octal 341 110 31
Decimal 225 72 25
Hex E1 48 19

RGB Percentages of Color #e14819

%69.88
%22.36
%7.76

CMYK Percentages of Color #e14819

%0
%68
%89
%12

Triadic Colors of #e14819

#e14819 #19e148 #4819e1

Analogous Colors of #e14819

#e14819 #e1ac19 #e1194e

Monochromatic Colors of #e14819

#e14819

Complementary Color

#e14819 #19b2e1

#e14819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14819 Color CSS Codes

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

#e14819 Text Font Color

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

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


#e14819 Background Color

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

This div background color is #e14819


#e14819 Border Color

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

This div border color is #e14819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14819


Comments

No comments written yet.

Please login to write comment.