Color Hex Logo

#e0becb Color Hex

#E0BECB
(224,190,203)
0 Favorites   0 Comments

Color spaces of #e0becb

RGB 224190203
HSL0.940.350.81
HSV337°15°88°
CMYK 0.000.150.09   0.12
XYZ59.933456.986064.3405
Yxy56.98600.33060.3144
Hunter Lab75.48919.61152.3086
CIE-Lab80.171714.2260-2.0174

#e0becb color RGB value is (224,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111110 11001011
Octal 340 276 313
Decimal 224 190 203
Hex E0 BE CB

RGB Percentages of Color #e0becb

%36.30
%30.79
%32.90

CMYK Percentages of Color #e0becb

%0
%15
%9
%12

Triadic Colors of #e0becb

#e0becb #cbe0be #becbe0

Analogous Colors of #e0becb

#e0becb #e0c2be #e0bedc

Monochromatic Colors of #e0becb

#e0becb

Complementary Color

#e0becb #bee0d3

#e0becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0becb Color CSS Codes

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

#e0becb Text Font Color

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

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


#e0becb Background Color

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

This div background color is #e0becb


#e0becb Border Color

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

This div border color is #e0becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0becb


Comments

No comments written yet.

Please login to write comment.