Color Hex Logo

#e8640d Color Hex

#E8640D
(232,100,13)
0 Favorites   0 Comments

Color spaces of #e8640d

RGB 23210013
HSL0.070.890.48
HSV24°94°91°
CMYK 0.000.570.94   0.09
XYZ37.908526.29923.4590
Yxy26.29920.56020.3887
Hunter Lab51.282742.203431.8988
CIE-Lab58.320047.701964.7956

#e8640d color RGB value is (232,100,13).

#e8640d hex color red value is 232, green value is 100 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e8640d hue: 0.07 , saturation: 0.89 and the lightness value of e8640d is 0.48.

The process color (four color CMYK) of #e8640d color hex is 0.00, 0.57, 0.94, 0.09. Web safe color of #e8640d is #ff6600. Color #e8640d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100100 00001101
Octal 350 144 15
Decimal 232 100 13
Hex E8 64 D

RGB Percentages of Color #e8640d

%67.25
%28.99
%3.77

CMYK Percentages of Color #e8640d

%0
%57
%94
%9

Triadic Colors of #e8640d

#e8640d #0de864 #640de8

Analogous Colors of #e8640d

#e8640d #e8d20d #e80d23

Monochromatic Colors of #e8640d

#e8640d

Complementary Color

#e8640d #0d91e8

#e8640d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8640d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8640d Color CSS Codes

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

#e8640d Text Font Color

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

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


#e8640d Background Color

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

This div background color is #e8640d


#e8640d Border Color

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

This div border color is #e8640d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,100,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8640d


Comments

No comments written yet.

Please login to write comment.