Color Hex Logo

#e08177 Color Hex

#E08177
(224,129,119)
0 Favorites   0 Comments

Color spaces of #e08177

RGB 224129119
HSL0.020.630.67
HSV47°88°
CMYK 0.000.420.47   0.12
XYZ41.920532.879721.5897
Yxy32.87970.43490.3411
Hunter Lab57.340830.150617.8150
CIE-Lab64.063435.496821.4152

#e08177 color RGB value is (224,129,119).

#e08177 hex color red value is 224, green value is 129 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e08177 hue: 0.02 , saturation: 0.63 and the lightness value of e08177 is 0.67.

The process color (four color CMYK) of #e08177 color hex is 0.00, 0.42, 0.47, 0.12. Web safe color of #e08177 is #cc9966. Color #e08177 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 01110111
Octal 340 201 167
Decimal 224 129 119
Hex E0 81 77

RGB Percentages of Color #e08177

%47.46
%27.33
%25.21

CMYK Percentages of Color #e08177

%0
%42
%47
%12

Triadic Colors of #e08177

#e08177 #77e081 #8177e0

Analogous Colors of #e08177

#e08177 #e0b677 #e077a2

Monochromatic Colors of #e08177

#e08177

Complementary Color

#e08177 #77d6e0

#e08177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08177 Color CSS Codes

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

#e08177 Text Font Color

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

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


#e08177 Background Color

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

This div background color is #e08177


#e08177 Border Color

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

This div border color is #e08177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08177


Comments

No comments written yet.

Please login to write comment.