Color Hex Logo

#e0bdcb Color Hex

#E0BDCB
(224,189,203)
0 Favorites   0 Comments

Color spaces of #e0bdcb

RGB 224189203
HSL0.930.360.81
HSV336°16°88°
CMYK 0.000.160.09   0.12
XYZ59.717656.554364.2685
Yxy56.55430.33080.3133
Hunter Lab75.202610.14051.9723
CIE-Lab79.928314.7602-2.3746

#e0bdcb color RGB value is (224,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111101 11001011
Octal 340 275 313
Decimal 224 189 203
Hex E0 BD CB

RGB Percentages of Color #e0bdcb

%36.36
%30.68
%32.95

CMYK Percentages of Color #e0bdcb

%0
%16
%9
%12

Triadic Colors of #e0bdcb

#e0bdcb #cbe0bd #bdcbe0

Analogous Colors of #e0bdcb

#e0bdcb #e0c1bd #e0bddd

Monochromatic Colors of #e0bdcb

#e0bdcb

Complementary Color

#e0bdcb #bde0d2

#e0bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bdcb Color CSS Codes

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

#e0bdcb Text Font Color

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

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


#e0bdcb Background Color

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

This div background color is #e0bdcb


#e0bdcb Border Color

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

This div border color is #e0bdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bdcb


Comments

No comments written yet.

Please login to write comment.