Color Hex Logo

#e1becb Color Hex

#E1BECB
(225,190,203)
0 Favorites   0 Comments

Color spaces of #e1becb

RGB 225190203
HSL0.940.370.81
HSV338°16°88°
CMYK 0.000.160.10   0.12
XYZ60.244357.146364.3550
Yxy57.14630.33150.3144
Hunter Lab75.59529.96102.4424
CIE-Lab80.261814.5778-1.8747

#e1becb color RGB value is (225,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111110 11001011
Octal 341 276 313
Decimal 225 190 203
Hex E1 BE CB

RGB Percentages of Color #e1becb

%36.41
%30.74
%32.85

CMYK Percentages of Color #e1becb

%0
%16
%10
%12

Triadic Colors of #e1becb

#e1becb #cbe1be #becbe1

Analogous Colors of #e1becb

#e1becb #e1c3be #e1bedd

Monochromatic Colors of #e1becb

#e1becb

Complementary Color

#e1becb #bee1d4

#e1becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1becb Color CSS Codes

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

#e1becb Text Font Color

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

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


#e1becb Background Color

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

This div background color is #e1becb


#e1becb Border Color

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

This div border color is #e1becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1becb

#e1becb Color Palettes


Comments

No comments written yet.

Please login to write comment.