Color Hex Logo

#e1bcbe Color Hex

#E1BCBE
(225,188,190)
0 Favorites   0 Comments

Color spaces of #e1bcbe

RGB 225188190
HSL0.990.380.81
HSV357°16°88°
CMYK 0.000.160.16   0.12
XYZ58.328855.691756.3905
Yxy55.69170.34230.3268
Hunter Lab74.62698.91967.4374
CIE-Lab79.438013.52743.9361

#e1bcbe color RGB value is (225,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111100 10111110
Octal 341 274 276
Decimal 225 188 190
Hex E1 BC BE

RGB Percentages of Color #e1bcbe

%37.31
%31.18
%31.51

CMYK Percentages of Color #e1bcbe

%0
%16
%16
%12

Triadic Colors of #e1bcbe

#e1bcbe #bee1bc #bcbee1

Analogous Colors of #e1bcbe

#e1bcbe #e1cdbc #e1bcd1

Monochromatic Colors of #e1bcbe

#e1bcbe

Complementary Color

#e1bcbe #bce1df

#e1bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bcbe Color CSS Codes

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

#e1bcbe Text Font Color

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

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


#e1bcbe Background Color

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

This div background color is #e1bcbe


#e1bcbe Border Color

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

This div border color is #e1bcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,188,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1bcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bcbe


Comments

No comments written yet.

Please login to write comment.