Color Hex Logo

#e1bacb Color Hex

#E1BACB
(225,186,203)
0 Favorites   0 Comments

Color spaces of #e1bacb

RGB 225186203
HSL0.930.390.81
HSV334°17°88°
CMYK 0.000.170.10   0.12
XYZ59.389755.437264.0702
Yxy55.43720.33200.3099
Hunter Lab74.456212.08161.0997
CIE-Lab79.292416.7155-3.2981

#e1bacb color RGB value is (225,186,203).

#e1bacb hex color red value is 225, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e1bacb hue: 0.93 , saturation: 0.39 and the lightness value of e1bacb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111010 11001011
Octal 341 272 313
Decimal 225 186 203
Hex E1 BA CB

RGB Percentages of Color #e1bacb

%36.64
%30.29
%33.06

CMYK Percentages of Color #e1bacb

%0
%17
%10
%12

Triadic Colors of #e1bacb

#e1bacb #cbe1ba #bacbe1

Analogous Colors of #e1bacb

#e1bacb #e1bdba #e1badf

Monochromatic Colors of #e1bacb

#e1bacb

Complementary Color

#e1bacb #bae1d0

#e1bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bacb Color CSS Codes

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

#e1bacb Text Font Color

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

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


#e1bacb Background Color

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

This div background color is #e1bacb


#e1bacb Border Color

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

This div border color is #e1bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bacb


Comments

No comments written yet.

Please login to write comment.