Color Hex Logo

#e84010 Color Hex

#E84010
(232,64,16)
0 Favorites   0 Comments

Color spaces of #e84010

RGB 2326416
HSL0.040.870.49
HSV13°93°91°
CMYK 0.000.720.93   0.09
XYZ35.205620.86002.6611
Yxy20.86000.59950.3552
Hunter Lab45.672757.664628.5164
CIE-Lab52.795962.548560.5733

#e84010 color RGB value is (232,64,16).

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

The process color (four color CMYK) of #e84010 color hex is 0.00, 0.72, 0.93, 0.09. Web safe color of #e84010 is #ff3300. Color #e84010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000000 00010000
Octal 350 100 20
Decimal 232 64 16
Hex E8 40 10

RGB Percentages of Color #e84010

%74.36
%20.51
%5.13

CMYK Percentages of Color #e84010

%0
%72
%93
%9

Triadic Colors of #e84010

#e84010 #10e840 #4010e8

Analogous Colors of #e84010

#e84010 #e8ac10 #e8104c

Monochromatic Colors of #e84010

#e84010

Complementary Color

#e84010 #10b8e8

#e84010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84010 Color CSS Codes

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

#e84010 Text Font Color

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

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


#e84010 Background Color

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

This div background color is #e84010


#e84010 Border Color

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

This div border color is #e84010


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,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 #e84010">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84010


Comments

No comments written yet.

Please login to write comment.