Color Hex Logo

#e08134 Color Hex

#E08134
(224,129,52)
0 Favorites   0 Comments

Color spaces of #e08134

RGB 22412952
HSL0.070.740.54
HSV27°77°88°
CMYK 0.000.420.77   0.12
XYZ39.210631.79577.3194
Yxy31.79570.50060.4059
Hunter Lab56.387725.446131.7752
CIE-Lab63.173730.947355.1855

#e08134 color RGB value is (224,129,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 00110100
Octal 340 201 64
Decimal 224 129 52
Hex E0 81 34

RGB Percentages of Color #e08134

%55.31
%31.85
%12.84

CMYK Percentages of Color #e08134

%0
%42
%77
%12

Triadic Colors of #e08134

#e08134 #34e081 #8134e0

Analogous Colors of #e08134

#e08134 #e0d734 #e0343d

Monochromatic Colors of #e08134

#e08134

Complementary Color

#e08134 #3493e0

#e08134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08134 Color CSS Codes

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

#e08134 Text Font Color

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

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


#e08134 Background Color

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

This div background color is #e08134


#e08134 Border Color

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

This div border color is #e08134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08134


Comments

No comments written yet.

Please login to write comment.