Color Hex Logo

#e5bccf Color Hex

#E5BCCF
(229,188,207)
2 Favorites   0 Comments

Color spaces of #e5bccf

RGB 229188207
HSL0.920.440.82
HSV332°18°90°
CMYK 0.000.180.10   0.10
XYZ61.558857.129466.8141
Yxy57.12940.33180.3080
Hunter Lab75.584013.10600.4981
CIE-Lab80.252317.7200-4.0022

#e5bccf color RGB value is (229,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111100 11001111
Octal 345 274 317
Decimal 229 188 207
Hex E5 BC CF

RGB Percentages of Color #e5bccf

%36.70
%30.13
%33.17

CMYK Percentages of Color #e5bccf

%0
%18
%10
%10

Triadic Colors of #e5bccf

#e5bccf #cfe5bc #bccfe5

Analogous Colors of #e5bccf

#e5bccf #e5bebc #e5bce4

Monochromatic Colors of #e5bccf

#e5bccf

Complementary Color

#e5bccf #bce5d2

#e5bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bccf Color CSS Codes

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

#e5bccf Text Font Color

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

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


#e5bccf Background Color

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

This div background color is #e5bccf


#e5bccf Border Color

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

This div border color is #e5bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bccf

#e5bccf Color Palettes


Comments

No comments written yet.

Please login to write comment.