Color Hex Logo

#e5ccfa Color Hex

#E5CCFA
(229,204,250)
0 Favorites   0 Comments

Color spaces of #e5ccfa

RGB 229204250
HSL0.760.820.89
HSV273°18°98°
CMYK 0.080.180.00   0.02
XYZ71.161366.745999.5751
Yxy66.74590.29960.2811
Hunter Lab81.698212.5065-15.0749
CIE-Lab85.375517.0535-19.3451

#e5ccfa color RGB value is (229,204,250).

#e5ccfa hex color red value is 229, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e5ccfa hue: 0.76 , saturation: 0.82 and the lightness value of e5ccfa is 0.89.

The process color (four color CMYK) of #e5ccfa color hex is 0.08, 0.18, 0.00, 0.02. Web safe color of #e5ccfa is #ccccff. Color #e5ccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001100 11111010
Octal 345 314 372
Decimal 229 204 250
Hex E5 CC FA

RGB Percentages of Color #e5ccfa

%33.53
%29.87
%36.60

CMYK Percentages of Color #e5ccfa

%8
%18
%0
%2

Triadic Colors of #e5ccfa

#e5ccfa #fae5cc #ccfae5

Analogous Colors of #e5ccfa

#e5ccfa #faccf8 #ceccfa

Monochromatic Colors of #e5ccfa

#e5ccfa

Complementary Color

#e5ccfa #e1facc

#e5ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ccfa Color CSS Codes

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

#e5ccfa Text Font Color

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

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


#e5ccfa Background Color

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

This div background color is #e5ccfa


#e5ccfa Border Color

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

This div border color is #e5ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ccfa


Comments

No comments written yet.

Please login to write comment.