Color Hex Logo

#e8ccea Color Hex

#E8CCEA
(232,204,234)
0 Favorites   0 Comments

Color spaces of #e8ccea

RGB 232204234
HSL0.820.420.86
HSV296°13°92°
CMYK 0.010.130.00   0.08
XYZ69.722966.282086.9608
Yxy66.28200.31270.2973
Hunter Lab81.413810.3937-6.3400
CIE-Lab85.140114.9883-11.1806

#e8ccea color RGB value is (232,204,234).

#e8ccea hex color red value is 232, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e8ccea hue: 0.82 , saturation: 0.42 and the lightness value of e8ccea is 0.86.

The process color (four color CMYK) of #e8ccea color hex is 0.01, 0.13, 0.00, 0.08. Web safe color of #e8ccea is #ffccff. Color #e8ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001100 11101010
Octal 350 314 352
Decimal 232 204 234
Hex E8 CC EA

RGB Percentages of Color #e8ccea

%34.63
%30.45
%34.93

CMYK Percentages of Color #e8ccea

%1
%13
%0
%8

Triadic Colors of #e8ccea

#e8ccea #eae8cc #cceae8

Analogous Colors of #e8ccea

#e8ccea #eaccdd #d9ccea

Monochromatic Colors of #e8ccea

#e8ccea

Complementary Color

#e8ccea #ceeacc

#e8ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ccea Color CSS Codes

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

#e8ccea Text Font Color

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

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


#e8ccea Background Color

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

This div background color is #e8ccea


#e8ccea Border Color

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

This div border color is #e8ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ccea


Comments

No comments written yet.

Please login to write comment.