Color Hex Logo

#e8bdcb Color Hex

#E8BDCB
(232,189,203)
0 Favorites   0 Comments

Color spaces of #e8bdcb

RGB 232189203
HSL0.950.480.83
HSV340°19°91°
CMYK 0.000.190.13   0.09
XYZ62.255857.862864.3873
Yxy57.86280.33740.3136
Hunter Lab76.067612.97103.0614
CIE-Lab80.662517.5788-1.2120

#e8bdcb color RGB value is (232,189,203).

#e8bdcb hex color red value is 232, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e8bdcb hue: 0.95 , saturation: 0.48 and the lightness value of e8bdcb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111101 11001011
Octal 350 275 313
Decimal 232 189 203
Hex E8 BD CB

RGB Percentages of Color #e8bdcb

%37.18
%30.29
%32.53

CMYK Percentages of Color #e8bdcb

%0
%19
%13
%9

Triadic Colors of #e8bdcb

#e8bdcb #cbe8bd #bdcbe8

Analogous Colors of #e8bdcb

#e8bdcb #e8c5bd #e8bde1

Monochromatic Colors of #e8bdcb

#e8bdcb

Complementary Color

#e8bdcb #bde8da

#e8bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bdcb Color CSS Codes

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

#e8bdcb Text Font Color

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

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


#e8bdcb Background Color

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

This div background color is #e8bdcb


#e8bdcb Border Color

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

This div border color is #e8bdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bdcb


Comments

No comments written yet.

Please login to write comment.