Color Hex Logo

#e08054 Color Hex

#E08054
(224,128,84)
0 Favorites   0 Comments

Color spaces of #e08054

RGB 22412884
HSL0.050.690.60
HSV19°63°88°
CMYK 0.000.430.63   0.12
XYZ40.059931.925712.4384
Yxy31.92570.47450.3782
Hunter Lab56.502827.674626.5000
CIE-Lab63.281433.151039.6490

#e08054 color RGB value is (224,128,84).

#e08054 hex color red value is 224, green value is 128 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #e08054 hue: 0.05 , saturation: 0.69 and the lightness value of e08054 is 0.60.

The process color (four color CMYK) of #e08054 color hex is 0.00, 0.43, 0.63, 0.12. Web safe color of #e08054 is #cc9966. Color #e08054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000000 01010100
Octal 340 200 124
Decimal 224 128 84
Hex E0 80 54

RGB Percentages of Color #e08054

%51.38
%29.36
%19.27

CMYK Percentages of Color #e08054

%0
%43
%63
%12

Triadic Colors of #e08054

#e08054 #54e080 #8054e0

Analogous Colors of #e08054

#e08054 #e0c654 #e0546e

Monochromatic Colors of #e08054

#e08054

Complementary Color

#e08054 #54b4e0

#e08054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08054 Color CSS Codes

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

#e08054 Text Font Color

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

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


#e08054 Background Color

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

This div background color is #e08054


#e08054 Border Color

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

This div border color is #e08054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08054


Comments

No comments written yet.

Please login to write comment.