Color Hex Logo

#e1bccb Color Hex

#E1BCCB
(225,188,203)
0 Favorites   0 Comments

Color spaces of #e1bccb

RGB 225188203
HSL0.930.380.81
HSV336°16°88°
CMYK 0.000.160.10   0.12
XYZ59.814056.285864.2116
Yxy56.28580.33170.3122
Hunter Lab75.023911.02031.7714
CIE-Lab79.776215.6459-2.5872

#e1bccb color RGB value is (225,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111100 11001011
Octal 341 274 313
Decimal 225 188 203
Hex E1 BC CB

RGB Percentages of Color #e1bccb

%36.53
%30.52
%32.95

CMYK Percentages of Color #e1bccb

%0
%16
%10
%12

Triadic Colors of #e1bccb

#e1bccb #cbe1bc #bccbe1

Analogous Colors of #e1bccb

#e1bccb #e1c0bc #e1bcde

Monochromatic Colors of #e1bccb

#e1bccb

Complementary Color

#e1bccb #bce1d2

#e1bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bccb Color CSS Codes

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

#e1bccb Text Font Color

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

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


#e1bccb Background Color

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

This div background color is #e1bccb


#e1bccb Border Color

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

This div border color is #e1bccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,188,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 #e1bccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bccb


Comments

No comments written yet.

Please login to write comment.