Color Hex Logo

#e1b6ba Color Hex

#E1B6BA
(225,182,186)
0 Favorites   0 Comments

Color spaces of #e1b6ba

RGB 225182186
HSL0.980.420.80
HSV354°19°88°
CMYK 0.000.190.17   0.12
XYZ56.642253.008653.7007
Yxy53.00860.34680.3245
Hunter Lab72.807011.45677.2340
CIE-Lab77.880116.10723.8454

#e1b6ba color RGB value is (225,182,186).

#e1b6ba hex color red value is 225, green value is 182 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e1b6ba hue: 0.98 , saturation: 0.42 and the lightness value of e1b6ba is 0.80.

The process color (four color CMYK) of #e1b6ba color hex is 0.00, 0.19, 0.17, 0.12. Web safe color of #e1b6ba is #cccccc. Color #e1b6ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110110 10111010
Octal 341 266 272
Decimal 225 182 186
Hex E1 B6 BA

RGB Percentages of Color #e1b6ba

%37.94
%30.69
%31.37

CMYK Percentages of Color #e1b6ba

%0
%19
%17
%12

Triadic Colors of #e1b6ba

#e1b6ba #bae1b6 #b6bae1

Analogous Colors of #e1b6ba

#e1b6ba #e1c8b6 #e1b6d0

Monochromatic Colors of #e1b6ba

#e1b6ba

Complementary Color

#e1b6ba #b6e1dd

#e1b6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b6ba Color CSS Codes

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

#e1b6ba Text Font Color

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

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


#e1b6ba Background Color

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

This div background color is #e1b6ba


#e1b6ba Border Color

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

This div border color is #e1b6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b6ba


Comments

No comments written yet.

Please login to write comment.