Color Hex Logo

#e08141 Color Hex

#E08141
(224,129,65)
0 Favorites   0 Comments

Color spaces of #e08141

RGB 22412965
HSL0.070.720.57
HSV24°71°88°
CMYK 0.000.420.71   0.12
XYZ39.544931.92959.0798
Yxy31.92950.49090.3964
Hunter Lab56.506226.034430.0272
CIE-Lab63.284631.524149.3195

#e08141 color RGB value is (224,129,65).

#e08141 hex color red value is 224, green value is 129 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #e08141 hue: 0.07 , saturation: 0.72 and the lightness value of e08141 is 0.57.

The process color (four color CMYK) of #e08141 color hex is 0.00, 0.42, 0.71, 0.12. Web safe color of #e08141 is #cc9933. Color #e08141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 01000001
Octal 340 201 101
Decimal 224 129 65
Hex E0 81 41

RGB Percentages of Color #e08141

%53.59
%30.86
%15.55

CMYK Percentages of Color #e08141

%0
%42
%71
%12

Triadic Colors of #e08141

#e08141 #41e081 #8141e0

Analogous Colors of #e08141

#e08141 #e0d141 #e04150

Monochromatic Colors of #e08141

#e08141

Complementary Color

#e08141 #41a0e0

#e08141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08141 Color CSS Codes

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

#e08141 Text Font Color

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

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


#e08141 Background Color

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

This div background color is #e08141


#e08141 Border Color

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

This div border color is #e08141


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,129,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e08141; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e08141;
  -webkit-box-shadow: 1px 1px 3px 2px #e08141;
  box-shadow:         1px 1px 3px 2px #e08141; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,129,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08141


Comments

No comments written yet.

Please login to write comment.