Color Hex Logo

#e5bcdf Color Hex

#E5BCDF
(229,188,223)
0 Favorites   0 Comments

Color spaces of #e5bcdf

RGB 229188223
HSL0.860.440.82
HSV309°18°90°
CMYK 0.000.180.03   0.10
XYZ63.615657.952277.6450
Yxy57.95220.31930.2909
Hunter Lab76.126315.9439-7.1843
CIE-Lab80.712220.5031-11.9369

#e5bcdf color RGB value is (229,188,223).

#e5bcdf hex color red value is 229, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e5bcdf hue: 0.86 , saturation: 0.44 and the lightness value of e5bcdf is 0.82.

The process color (four color CMYK) of #e5bcdf color hex is 0.00, 0.18, 0.03, 0.10. Web safe color of #e5bcdf is #cccccc. Color #e5bcdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111100 11011111
Octal 345 274 337
Decimal 229 188 223
Hex E5 BC DF

RGB Percentages of Color #e5bcdf

%35.78
%29.38
%34.84

CMYK Percentages of Color #e5bcdf

%0
%18
%3
%10

Triadic Colors of #e5bcdf

#e5bcdf #dfe5bc #bcdfe5

Analogous Colors of #e5bcdf

#e5bcdf #e5bccb #d7bce5

Monochromatic Colors of #e5bcdf

#e5bcdf

Complementary Color

#e5bcdf #bce5c2

#e5bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bcdf Color CSS Codes

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

#e5bcdf Text Font Color

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

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


#e5bcdf Background Color

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

This div background color is #e5bcdf


#e5bcdf Border Color

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

This div border color is #e5bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bcdf


Comments

No comments written yet.

Please login to write comment.