Color Hex Logo

#e1cfea Color Hex

#E1CFEA
(225,207,234)
0 Favorites   0 Comments

Color spaces of #e1cfea

RGB 225207234
HSL0.780.390.86
HSV280°12°92°
CMYK 0.040.120.00   0.08
XYZ68.215466.573787.0966
Yxy66.57370.30740.3000
Hunter Lab81.59276.4473-6.1746
CIE-Lab85.288211.0760-11.0217

#e1cfea color RGB value is (225,207,234).

#e1cfea hex color red value is 225, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e1cfea hue: 0.78 , saturation: 0.39 and the lightness value of e1cfea is 0.86.

The process color (four color CMYK) of #e1cfea color hex is 0.04, 0.12, 0.00, 0.08. Web safe color of #e1cfea is #ccccff. Color #e1cfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001111 11101010
Octal 341 317 352
Decimal 225 207 234
Hex E1 CF EA

RGB Percentages of Color #e1cfea

%33.78
%31.08
%35.14

CMYK Percentages of Color #e1cfea

%4
%12
%0
%8

Triadic Colors of #e1cfea

#e1cfea #eae1cf #cfeae1

Analogous Colors of #e1cfea

#e1cfea #eacfe6 #d4cfea

Monochromatic Colors of #e1cfea

#e1cfea

Complementary Color

#e1cfea #d8eacf

#e1cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cfea Color CSS Codes

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

#e1cfea Text Font Color

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

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


#e1cfea Background Color

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

This div background color is #e1cfea


#e1cfea Border Color

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

This div border color is #e1cfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cfea

#e1cfea Color Palettes


Comments

No comments written yet.

Please login to write comment.