Color Hex Logo

#e5bce0 Color Hex

#E5BCE0
(229,188,224)
0 Favorites   0 Comments

Color spaces of #e5bce0

RGB 229188224
HSL0.850.440.82
HSV307°18°90°
CMYK 0.000.180.02   0.10
XYZ63.750958.006378.3573
Yxy58.00630.31860.2899
Hunter Lab76.161916.1292-7.6858
CIE-Lab80.742320.6833-12.4298

#e5bce0 color RGB value is (229,188,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111100 11100000
Octal 345 274 340
Decimal 229 188 224
Hex E5 BC E0

RGB Percentages of Color #e5bce0

%35.73
%29.33
%34.95

CMYK Percentages of Color #e5bce0

%0
%18
%2
%10

Triadic Colors of #e5bce0

#e5bce0 #e0e5bc #bce0e5

Analogous Colors of #e5bce0

#e5bce0 #e5bccc #d6bce5

Monochromatic Colors of #e5bce0

#e5bce0

Complementary Color

#e5bce0 #bce5c1

#e5bce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bce0 Color CSS Codes

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

#e5bce0 Text Font Color

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

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


#e5bce0 Background Color

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

This div background color is #e5bce0


#e5bce0 Border Color

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

This div border color is #e5bce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bce0

#e5bce0 Color Palettes


Comments

No comments written yet.

Please login to write comment.