Color Hex Logo

#e8ccdc Color Hex

#E8CCDC
(232,204,220)
0 Favorites   0 Comments

Color spaces of #e8ccdc

RGB 232204220
HSL0.900.380.85
HSV326°12°91°
CMYK 0.000.120.05   0.09
XYZ67.789865.508876.7817
Yxy65.50880.32270.3118
Hunter Lab80.93757.86330.4106
CIE-Lab84.745212.4835-4.3187

#e8ccdc color RGB value is (232,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001100 11011100
Octal 350 314 334
Decimal 232 204 220
Hex E8 CC DC

RGB Percentages of Color #e8ccdc

%35.37
%31.10
%33.54

CMYK Percentages of Color #e8ccdc

%0
%12
%5
%9

Triadic Colors of #e8ccdc

#e8ccdc #dce8cc #ccdce8

Analogous Colors of #e8ccdc

#e8ccdc #e8ccce #e6cce8

Monochromatic Colors of #e8ccdc

#e8ccdc

Complementary Color

#e8ccdc #cce8d8

#e8ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ccdc Color CSS Codes

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

#e8ccdc Text Font Color

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

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


#e8ccdc Background Color

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

This div background color is #e8ccdc


#e8ccdc Border Color

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

This div border color is #e8ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ccdc


Comments

No comments written yet.

Please login to write comment.