Color Hex Logo

#e5bfdc Color Hex

#E5BFDC
(229,191,220)
0 Favorites   0 Comments

Color spaces of #e5bfdc

RGB 229191220
HSL0.870.420.82
HSV314°17°90°
CMYK 0.000.170.04   0.10
XYZ63.862259.086975.7492
Yxy59.08690.32140.2974
Hunter Lab76.868013.7794-4.6194
CIE-Lab81.339318.3644-9.3894

#e5bfdc color RGB value is (229,191,220).

#e5bfdc hex color red value is 229, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e5bfdc hue: 0.87 , saturation: 0.42 and the lightness value of e5bfdc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111111 11011100
Octal 345 277 334
Decimal 229 191 220
Hex E5 BF DC

RGB Percentages of Color #e5bfdc

%35.78
%29.84
%34.38

CMYK Percentages of Color #e5bfdc

%0
%17
%4
%10

Triadic Colors of #e5bfdc

#e5bfdc #dce5bf #bfdce5

Analogous Colors of #e5bfdc

#e5bfdc #e5bfc9 #dbbfe5

Monochromatic Colors of #e5bfdc

#e5bfdc

Complementary Color

#e5bfdc #bfe5c8

#e5bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bfdc Color CSS Codes

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

#e5bfdc Text Font Color

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

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


#e5bfdc Background Color

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

This div background color is #e5bfdc


#e5bfdc Border Color

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

This div border color is #e5bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bfdc


Comments

No comments written yet.

Please login to write comment.