Color Hex Logo

#e0bfcb Color Hex

#E0BFCB
(224,191,203)
0 Favorites   0 Comments

Color spaces of #e0bfcb

RGB 224191203
HSL0.940.350.81
HSV338°15°88°
CMYK 0.000.150.09   0.12
XYZ60.150857.420764.4129
Yxy57.42070.33050.3155
Hunter Lab75.77649.08322.6447
CIE-Lab80.415613.6924-1.6598

#e0bfcb color RGB value is (224,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 11001011
Octal 340 277 313
Decimal 224 191 203
Hex E0 BF CB

RGB Percentages of Color #e0bfcb

%36.25
%30.91
%32.85

CMYK Percentages of Color #e0bfcb

%0
%15
%9
%12

Triadic Colors of #e0bfcb

#e0bfcb #cbe0bf #bfcbe0

Analogous Colors of #e0bfcb

#e0bfcb #e0c4bf #e0bfdc

Monochromatic Colors of #e0bfcb

#e0bfcb

Complementary Color

#e0bfcb #bfe0d4

#e0bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfcb Color CSS Codes

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

#e0bfcb Text Font Color

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

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


#e0bfcb Background Color

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

This div background color is #e0bfcb


#e0bfcb Border Color

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

This div border color is #e0bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfcb


Comments

No comments written yet.

Please login to write comment.