Color Hex Logo

#e9ccea Color Hex

#E9CCEA
(233,204,234)
0 Favorites   0 Comments

Color spaces of #e9ccea

RGB 233204234
HSL0.830.420.86
HSV298°13°92°
CMYK 0.000.130.00   0.08
XYZ70.048466.449986.9761
Yxy66.44990.31350.2973
Hunter Lab81.516810.7328-6.1990
CIE-Lab85.225415.3211-11.0444

#e9ccea color RGB value is (233,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001100 11101010
Octal 351 314 352
Decimal 233 204 234
Hex E9 CC EA

RGB Percentages of Color #e9ccea

%34.72
%30.40
%34.87

CMYK Percentages of Color #e9ccea

%0
%13
%0
%8

Triadic Colors of #e9ccea

#e9ccea #eae9cc #cceae9

Analogous Colors of #e9ccea

#e9ccea #eaccdc #daccea

Monochromatic Colors of #e9ccea

#e9ccea

Complementary Color

#e9ccea #cdeacc

#e9ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ccea Color CSS Codes

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

#e9ccea Text Font Color

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

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


#e9ccea Background Color

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

This div background color is #e9ccea


#e9ccea Border Color

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

This div border color is #e9ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ccea


Comments

No comments written yet.

Please login to write comment.