Color Hex Logo

#e9cffa Color Hex

#E9CFFA
(233,207,250)
0 Favorites   0 Comments

Color spaces of #e9cffa

RGB 233207250
HSL0.770.810.90
HSV276°17°98°
CMYK 0.070.170.00   0.02
XYZ73.172468.851499.8755
Yxy68.85140.30250.2846
Hunter Lab82.976712.1995-13.2811
CIE-Lab86.430416.7436-17.7213

#e9cffa color RGB value is (233,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001111 11111010
Octal 351 317 372
Decimal 233 207 250
Hex E9 CF FA

RGB Percentages of Color #e9cffa

%33.77
%30.00
%36.23

CMYK Percentages of Color #e9cffa

%7
%17
%0
%2

Triadic Colors of #e9cffa

#e9cffa #fae9cf #cffae9

Analogous Colors of #e9cffa

#e9cffa #facff6 #d4cffa

Monochromatic Colors of #e9cffa

#e9cffa

Complementary Color

#e9cffa #e0facf

#e9cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cffa Color CSS Codes

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

#e9cffa Text Font Color

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

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


#e9cffa Background Color

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

This div background color is #e9cffa


#e9cffa Border Color

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

This div border color is #e9cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cffa


Comments

No comments written yet.

Please login to write comment.