Color Hex Logo

#e8ccdd Color Hex

#E8CCDD
(232,204,221)
0 Favorites   0 Comments

Color spaces of #e8ccdd

RGB 232204221
HSL0.900.380.85
HSV324°12°91°
CMYK 0.000.120.05   0.09
XYZ67.922765.562077.4814
Yxy65.56200.32200.3108
Hunter Lab80.97048.0382-0.0560
CIE-Lab84.772512.6577-4.8109

#e8ccdd color RGB value is (232,204,221).

#e8ccdd hex color red value is 232, green value is 204 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e8ccdd hue: 0.90 , saturation: 0.38 and the lightness value of e8ccdd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001100 11011101
Octal 350 314 335
Decimal 232 204 221
Hex E8 CC DD

RGB Percentages of Color #e8ccdd

%35.31
%31.05
%33.64

CMYK Percentages of Color #e8ccdd

%0
%12
%5
%9

Triadic Colors of #e8ccdd

#e8ccdd #dde8cc #ccdde8

Analogous Colors of #e8ccdd

#e8ccdd #e8cccf #e5cce8

Monochromatic Colors of #e8ccdd

#e8ccdd

Complementary Color

#e8ccdd #cce8d7

#e8ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ccdd Color CSS Codes

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

#e8ccdd Text Font Color

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

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


#e8ccdd Background Color

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

This div background color is #e8ccdd


#e8ccdd Border Color

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

This div border color is #e8ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ccdd


Comments

No comments written yet.

Please login to write comment.