Color Hex Logo

#e8bccb Color Hex

#E8BCCB
(232,188,203)
0 Favorites   0 Comments

Color spaces of #e8bccb

RGB 232188203
HSL0.940.490.82
HSV340°19°91°
CMYK 0.000.190.13   0.09
XYZ62.041457.434064.3159
Yxy57.43400.33760.3125
Hunter Lab75.785213.50452.7326
CIE-Lab80.423118.1115-1.5626

#e8bccb color RGB value is (232,188,203).

#e8bccb hex color red value is 232, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e8bccb hue: 0.94 , saturation: 0.49 and the lightness value of e8bccb is 0.82.

The process color (four color CMYK) of #e8bccb color hex is 0.00, 0.19, 0.13, 0.09. Web safe color of #e8bccb is #ffcccc. Color #e8bccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111100 11001011
Octal 350 274 313
Decimal 232 188 203
Hex E8 BC CB

RGB Percentages of Color #e8bccb

%37.24
%30.18
%32.58

CMYK Percentages of Color #e8bccb

%0
%19
%13
%9

Triadic Colors of #e8bccb

#e8bccb #cbe8bc #bccbe8

Analogous Colors of #e8bccb

#e8bccb #e8c3bc #e8bce1

Monochromatic Colors of #e8bccb

#e8bccb

Complementary Color

#e8bccb #bce8d9

#e8bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bccb Color CSS Codes

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

#e8bccb Text Font Color

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

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


#e8bccb Background Color

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

This div background color is #e8bccb


#e8bccb Border Color

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

This div border color is #e8bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bccb


Comments

No comments written yet.

Please login to write comment.