Color Hex Logo

#e4ccea Color Hex

#E4CCEA
(228,204,234)
0 Favorites   0 Comments

Color spaces of #e4ccea

RGB 228204234
HSL0.800.420.86
HSV288°13°92°
CMYK 0.030.130.00   0.08
XYZ68.439165.620286.9007
Yxy65.62020.30970.2970
Hunter Lab81.00639.0468-6.8998
CIE-Lab84.802313.6592-11.7202

#e4ccea color RGB value is (228,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001100 11101010
Octal 344 314 352
Decimal 228 204 234
Hex E4 CC EA

RGB Percentages of Color #e4ccea

%34.23
%30.63
%35.14

CMYK Percentages of Color #e4ccea

%3
%13
%0
%8

Triadic Colors of #e4ccea

#e4ccea #eae4cc #cceae4

Analogous Colors of #e4ccea

#e4ccea #eacce1 #d5ccea

Monochromatic Colors of #e4ccea

#e4ccea

Complementary Color

#e4ccea #d2eacc

#e4ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ccea Color CSS Codes

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

#e4ccea Text Font Color

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

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


#e4ccea Background Color

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

This div background color is #e4ccea


#e4ccea Border Color

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

This div border color is #e4ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ccea


Comments

No comments written yet.

Please login to write comment.