Color Hex Logo

#e5ccfe Color Hex

#E5CCFE
(229,204,254)
0 Favorites   0 Comments

Color spaces of #e5ccfe

RGB 229204254
HSL0.750.960.90
HSV270°20°100°
CMYK 0.100.200.00   0.00
XYZ71.795466.9995102.9141
Yxy66.99950.29700.2772
Hunter Lab81.853213.3234-17.2481
CIE-Lab85.503717.8453-21.2701

#e5ccfe color RGB value is (229,204,254).

#e5ccfe hex color red value is 229, green value is 204 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e5ccfe hue: 0.75 , saturation: 0.96 and the lightness value of e5ccfe is 0.90.

The process color (four color CMYK) of #e5ccfe color hex is 0.10, 0.20, 0.00, 0.00. Web safe color of #e5ccfe is #ccccff. Color #e5ccfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001100 11111110
Octal 345 314 376
Decimal 229 204 254
Hex E5 CC FE

RGB Percentages of Color #e5ccfe

%33.33
%29.69
%36.97

CMYK Percentages of Color #e5ccfe

%10
%20
%0
%0

Triadic Colors of #e5ccfe

#e5ccfe #fee5cc #ccfee5

Analogous Colors of #e5ccfe

#e5ccfe #feccfe #ccccfe

Monochromatic Colors of #e5ccfe

#e5ccfe

Complementary Color

#e5ccfe #e5fecc

#e5ccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ccfe Color CSS Codes

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

#e5ccfe Text Font Color

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

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


#e5ccfe Background Color

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

This div background color is #e5ccfe


#e5ccfe Border Color

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

This div border color is #e5ccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ccfe


Comments

No comments written yet.

Please login to write comment.