Color Hex Logo

#e1b080 Color Hex

#E1B080
(225,176,128)
0 Favorites   0 Comments

Color spaces of #e1b080

RGB 225176128
HSL0.080.620.69
HSV30°43°88°
CMYK 0.000.220.43   0.12
XYZ50.473048.616727.1458
Yxy48.61670.39980.3851
Hunter Lab69.72577.192625.7250
CIE-Lab75.212211.739831.3861

#e1b080 color RGB value is (225,176,128).

#e1b080 hex color red value is 225, green value is 176 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e1b080 hue: 0.08 , saturation: 0.62 and the lightness value of e1b080 is 0.69.

The process color (four color CMYK) of #e1b080 color hex is 0.00, 0.22, 0.43, 0.12. Web safe color of #e1b080 is #cc9999. Color #e1b080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110000 10000000
Octal 341 260 200
Decimal 225 176 128
Hex E1 B0 80

RGB Percentages of Color #e1b080

%42.53
%33.27
%24.20

CMYK Percentages of Color #e1b080

%0
%22
%43
%12

Triadic Colors of #e1b080

#e1b080 #80e1b0 #b080e1

Analogous Colors of #e1b080

#e1b080 #e1e180 #e18081

Monochromatic Colors of #e1b080

#e1b080

Complementary Color

#e1b080 #80b1e1

#e1b080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b080 Color CSS Codes

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

#e1b080 Text Font Color

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

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


#e1b080 Background Color

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

This div background color is #e1b080


#e1b080 Border Color

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

This div border color is #e1b080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b080


Comments

No comments written yet.

Please login to write comment.