Color Hex Logo

#e14010 Color Hex

#E14010
(225,64,16)
0 Favorites   0 Comments

Color spaces of #e14010

RGB 2256416
HSL0.040.870.47
HSV14°93°88°
CMYK 0.000.720.93   0.12
XYZ32.978319.71182.5568
Yxy19.71180.59690.3568
Hunter Lab44.398054.891327.6642
CIE-Lab51.509860.354159.1242

#e14010 color RGB value is (225,64,16).

#e14010 hex color red value is 225, green value is 64 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #e14010 hue: 0.04 , saturation: 0.87 and the lightness value of e14010 is 0.47.

The process color (four color CMYK) of #e14010 color hex is 0.00, 0.72, 0.93, 0.12. Web safe color of #e14010 is #cc3300. Color #e14010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000000 00010000
Octal 341 100 20
Decimal 225 64 16
Hex E1 40 10

RGB Percentages of Color #e14010

%73.77
%20.98
%5.25

CMYK Percentages of Color #e14010

%0
%72
%93
%12

Triadic Colors of #e14010

#e14010 #10e140 #4010e1

Analogous Colors of #e14010

#e14010 #e1a910 #e11049

Monochromatic Colors of #e14010

#e14010

Complementary Color

#e14010 #10b1e1

#e14010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14010 Color CSS Codes

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

#e14010 Text Font Color

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

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


#e14010 Background Color

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

This div background color is #e14010


#e14010 Border Color

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

This div border color is #e14010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14010


Comments

No comments written yet.

Please login to write comment.