Color Hex Logo

#e8bfdd Color Hex

#E8BFDD
(232,191,221)
0 Favorites   0 Comments

Color spaces of #e8bfdd

RGB 232191221
HSL0.880.470.83
HSV316°18°91°
CMYK 0.000.180.05   0.09
XYZ64.960759.637976.4941
Yxy59.63790.32300.2966
Hunter Lab77.225615.0061-4.6705
CIE-Lab81.641019.5609-9.4484

#e8bfdd color RGB value is (232,191,221).

#e8bfdd hex color red value is 232, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e8bfdd hue: 0.88 , saturation: 0.47 and the lightness value of e8bfdd is 0.83.

The process color (four color CMYK) of #e8bfdd color hex is 0.00, 0.18, 0.05, 0.09. Web safe color of #e8bfdd is #ffcccc. Color #e8bfdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111111 11011101
Octal 350 277 335
Decimal 232 191 221
Hex E8 BF DD

RGB Percentages of Color #e8bfdd

%36.02
%29.66
%34.32

CMYK Percentages of Color #e8bfdd

%0
%18
%5
%9

Triadic Colors of #e8bfdd

#e8bfdd #dde8bf #bfdde8

Analogous Colors of #e8bfdd

#e8bfdd #e8bfc9 #dfbfe8

Monochromatic Colors of #e8bfdd

#e8bfdd

Complementary Color

#e8bfdd #bfe8ca

#e8bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bfdd Color CSS Codes

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

#e8bfdd Text Font Color

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

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


#e8bfdd Background Color

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

This div background color is #e8bfdd


#e8bfdd Border Color

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

This div border color is #e8bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bfdd


Comments

No comments written yet.

Please login to write comment.