Color Hex Logo

#e1ccea Color Hex

#E1CCEA
(225,204,234)
0 Favorites   0 Comments

Color spaces of #e1ccea

RGB 225204234
HSL0.780.420.86
HSV282°13°92°
CMYK 0.040.130.00   0.08
XYZ67.495565.133886.8566
Yxy65.13380.30750.2968
Hunter Lab80.70558.0482-7.3150
CIE-Lab84.552612.6663-12.1193

#e1ccea color RGB value is (225,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001100 11101010
Octal 341 314 352
Decimal 225 204 234
Hex E1 CC EA

RGB Percentages of Color #e1ccea

%33.94
%30.77
%35.29

CMYK Percentages of Color #e1ccea

%4
%13
%0
%8

Triadic Colors of #e1ccea

#e1ccea #eae1cc #cceae1

Analogous Colors of #e1ccea

#e1ccea #eacce4 #d2ccea

Monochromatic Colors of #e1ccea

#e1ccea

Complementary Color

#e1ccea #d5eacc

#e1ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ccea Color CSS Codes

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

#e1ccea Text Font Color

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

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


#e1ccea Background Color

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

This div background color is #e1ccea


#e1ccea Border Color

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

This div border color is #e1ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ccea


Comments

No comments written yet.

Please login to write comment.