Color Hex Logo

#e08034 Color Hex

#E08034
(224,128,52)
0 Favorites   0 Comments

Color spaces of #e08034

RGB 22412852
HSL0.070.740.54
HSV27°77°88°
CMYK 0.000.430.77   0.12
XYZ39.079531.53367.2757
Yxy31.53360.50170.4049
Hunter Lab56.154825.951731.6264
CIE-Lab62.955531.472354.9715

#e08034 color RGB value is (224,128,52).

#e08034 hex color red value is 224, green value is 128 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #e08034 hue: 0.07 , saturation: 0.74 and the lightness value of e08034 is 0.54.

The process color (four color CMYK) of #e08034 color hex is 0.00, 0.43, 0.77, 0.12. Web safe color of #e08034 is #cc9933. Color #e08034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000000 00110100
Octal 340 200 64
Decimal 224 128 52
Hex E0 80 34

RGB Percentages of Color #e08034

%55.45
%31.68
%12.87

CMYK Percentages of Color #e08034

%0
%43
%77
%12

Triadic Colors of #e08034

#e08034 #34e080 #8034e0

Analogous Colors of #e08034

#e08034 #e0d634 #e0343e

Monochromatic Colors of #e08034

#e08034

Complementary Color

#e08034 #3494e0

#e08034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08034 Color CSS Codes

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

#e08034 Text Font Color

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

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


#e08034 Background Color

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

This div background color is #e08034


#e08034 Border Color

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

This div border color is #e08034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08034


Comments

No comments written yet.

Please login to write comment.