Color Hex Logo

#e8850d Color Hex

#E8850D
(232,133,13)
0 Favorites   0 Comments

Color spaces of #e8850d

RGB 23213313
HSL0.090.890.48
HSV33°94°91°
CMYK 0.000.430.94   0.09
XYZ41.738933.95994.7358
Yxy33.95990.51890.4222
Hunter Lab58.275125.867135.9743
CIE-Lab64.930731.207869.2003

#e8850d color RGB value is (232,133,13).

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

The process color (four color CMYK) of #e8850d color hex is 0.00, 0.43, 0.94, 0.09. Web safe color of #e8850d is #ff9900. Color #e8850d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000101 00001101
Octal 350 205 15
Decimal 232 133 13
Hex E8 85 D

RGB Percentages of Color #e8850d

%61.38
%35.19
%3.44

CMYK Percentages of Color #e8850d

%0
%43
%94
%9

Triadic Colors of #e8850d

#e8850d #0de885 #850de8

Analogous Colors of #e8850d

#e8850d #dee80d #e8180d

Monochromatic Colors of #e8850d

#e8850d

Complementary Color

#e8850d #0d70e8

#e8850d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8850d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8850d Color CSS Codes

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

#e8850d Text Font Color

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

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


#e8850d Background Color

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

This div background color is #e8850d


#e8850d Border Color

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

This div border color is #e8850d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8850d


Comments

No comments written yet.

Please login to write comment.