Color Hex Logo

#e3bcdf Color Hex

#E3BCDF
(227,188,223)
0 Favorites   0 Comments

Color spaces of #e3bcdf

RGB 227188223
HSL0.850.410.81
HSV306°17°89°
CMYK 0.000.170.02   0.11
XYZ62.981157.625077.6153
Yxy57.62500.31770.2907
Hunter Lab75.911115.2514-7.4832
CIE-Lab80.529919.8302-12.2286

#e3bcdf color RGB value is (227,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111100 11011111
Octal 343 274 337
Decimal 227 188 223
Hex E3 BC DF

RGB Percentages of Color #e3bcdf

%35.58
%29.47
%34.95

CMYK Percentages of Color #e3bcdf

%0
%17
%2
%11

Triadic Colors of #e3bcdf

#e3bcdf #dfe3bc #bcdfe3

Analogous Colors of #e3bcdf

#e3bcdf #e3bccc #d4bce3

Monochromatic Colors of #e3bcdf

#e3bcdf

Complementary Color

#e3bcdf #bce3c0

#e3bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bcdf Color CSS Codes

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

#e3bcdf Text Font Color

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

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


#e3bcdf Background Color

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

This div background color is #e3bcdf


#e3bcdf Border Color

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

This div border color is #e3bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bcdf


Comments

No comments written yet.

Please login to write comment.