Color Hex Logo

#e9ccfa Color Hex

#E9CCFA
(233,204,250)
0 Favorites   0 Comments

Color spaces of #e9ccfa

RGB 233204250
HSL0.770.820.89
HSV278°18°98°
CMYK 0.070.180.00   0.02
XYZ72.452567.411599.6355
Yxy67.41150.30250.2815
Hunter Lab82.104513.8331-14.4765
CIE-Lab85.711318.3354-18.8053

#e9ccfa color RGB value is (233,204,250).

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

The process color (four color CMYK) of #e9ccfa color hex is 0.07, 0.18, 0.00, 0.02. Web safe color of #e9ccfa is #ffccff. Color #e9ccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001100 11111010
Octal 351 314 372
Decimal 233 204 250
Hex E9 CC FA

RGB Percentages of Color #e9ccfa

%33.92
%29.69
%36.39

CMYK Percentages of Color #e9ccfa

%7
%18
%0
%2

Triadic Colors of #e9ccfa

#e9ccfa #fae9cc #ccfae9

Analogous Colors of #e9ccfa

#e9ccfa #faccf4 #d2ccfa

Monochromatic Colors of #e9ccfa

#e9ccfa

Complementary Color

#e9ccfa #ddfacc

#e9ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ccfa Color CSS Codes

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

#e9ccfa Text Font Color

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

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


#e9ccfa Background Color

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

This div background color is #e9ccfa


#e9ccfa Border Color

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

This div border color is #e9ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ccfa


Comments

No comments written yet.

Please login to write comment.