Color Hex Logo

#e3bcdd Color Hex

#E3BCDD
(227,188,221)
0 Favorites   0 Comments

Color spaces of #e3bcdd

RGB 227188221
HSL0.860.410.81
HSV309°17°89°
CMYK 0.000.170.03   0.11
XYZ62.712957.517876.2033
Yxy57.51780.31930.2928
Hunter Lab75.840514.8817-6.4853
CIE-Lab80.470019.4687-11.2418

#e3bcdd color RGB value is (227,188,221).

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

The process color (four color CMYK) of #e3bcdd color hex is 0.00, 0.17, 0.03, 0.11. Web safe color of #e3bcdd is #cccccc. Color #e3bcdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111100 11011101
Octal 343 274 335
Decimal 227 188 221
Hex E3 BC DD

RGB Percentages of Color #e3bcdd

%35.69
%29.56
%34.75

CMYK Percentages of Color #e3bcdd

%0
%17
%3
%11

Triadic Colors of #e3bcdd

#e3bcdd #dde3bc #bcdde3

Analogous Colors of #e3bcdd

#e3bcdd #e3bcca #d6bce3

Monochromatic Colors of #e3bcdd

#e3bcdd

Complementary Color

#e3bcdd #bce3c2

#e3bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bcdd Color CSS Codes

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

#e3bcdd Text Font Color

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

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


#e3bcdd Background Color

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

This div background color is #e3bcdd


#e3bcdd Border Color

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

This div border color is #e3bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bcdd


Comments

No comments written yet.

Please login to write comment.