Color Hex Logo

#e1bcdd Color Hex

#E1BCDD
(225,188,221)
0 Favorites   0 Comments

Color spaces of #e1bcdd

RGB 225188221
HSL0.850.380.81
HSV306°16°88°
CMYK 0.000.160.02   0.12
XYZ62.085757.194476.1740
Yxy57.19440.31760.2926
Hunter Lab75.627014.1917-6.7800
CIE-Lab80.288818.7935-11.5314

#e1bcdd color RGB value is (225,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111100 11011101
Octal 341 274 335
Decimal 225 188 221
Hex E1 BC DD

RGB Percentages of Color #e1bcdd

%35.49
%29.65
%34.86

CMYK Percentages of Color #e1bcdd

%0
%16
%2
%12

Triadic Colors of #e1bcdd

#e1bcdd #dde1bc #bcdde1

Analogous Colors of #e1bcdd

#e1bcdd #e1bccb #d3bce1

Monochromatic Colors of #e1bcdd

#e1bcdd

Complementary Color

#e1bcdd #bce1c0

#e1bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bcdd Color CSS Codes

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

#e1bcdd Text Font Color

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

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


#e1bcdd Background Color

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

This div background color is #e1bcdd


#e1bcdd Border Color

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

This div border color is #e1bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bcdd


Comments

No comments written yet.

Please login to write comment.