Color Hex Logo

#e1cfec Color Hex

#E1CFEC
(225,207,236)
0 Favorites   0 Comments

Color spaces of #e1cfec

RGB 225207236
HSL0.770.430.87
HSV277°12°93°
CMYK 0.050.120.00   0.07
XYZ68.504566.689388.6186
Yxy66.68930.30610.2980
Hunter Lab81.66356.8259-7.1751
CIE-Lab85.346811.4550-11.9959

#e1cfec color RGB value is (225,207,236).

#e1cfec hex color red value is 225, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e1cfec hue: 0.77 , saturation: 0.43 and the lightness value of e1cfec is 0.87.

The process color (four color CMYK) of #e1cfec color hex is 0.05, 0.12, 0.00, 0.07. Web safe color of #e1cfec is #ccccff. Color #e1cfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001111 11101100
Octal 341 317 354
Decimal 225 207 236
Hex E1 CF EC

RGB Percentages of Color #e1cfec

%33.68
%30.99
%35.33

CMYK Percentages of Color #e1cfec

%5
%12
%0
%7

Triadic Colors of #e1cfec

#e1cfec #ece1cf #cfece1

Analogous Colors of #e1cfec

#e1cfec #eccfe9 #d3cfec

Monochromatic Colors of #e1cfec

#e1cfec

Complementary Color

#e1cfec #daeccf

#e1cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cfec Color CSS Codes

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

#e1cfec Text Font Color

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

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


#e1cfec Background Color

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

This div background color is #e1cfec


#e1cfec Border Color

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

This div border color is #e1cfec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,207,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cfec

#e1cfec Color Palettes


Comments

No comments written yet.

Please login to write comment.