Color Hex Logo

#e1dcfa Color Hex

#E1DCFA
(225,220,250)
0 Favorites   0 Comments

Color spaces of #e1dcfa

RGB 225220250
HSL0.690.750.92
HSV250°12°98°
CMYK 0.100.120.00   0.02
XYZ73.899974.0961100.8495
Yxy74.09610.29700.2978
Hunter Lab86.07912.6059-9.2083
CIE-Lab88.96797.3200-13.9760

#e1dcfa color RGB value is (225,220,250).

#e1dcfa hex color red value is 225, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e1dcfa hue: 0.69 , saturation: 0.75 and the lightness value of e1dcfa is 0.92.

The process color (four color CMYK) of #e1dcfa color hex is 0.10, 0.12, 0.00, 0.02. Web safe color of #e1dcfa is #ccccff. Color #e1dcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011100 11111010
Octal 341 334 372
Decimal 225 220 250
Hex E1 DC FA

RGB Percentages of Color #e1dcfa

%32.37
%31.65
%35.97

CMYK Percentages of Color #e1dcfa

%10
%12
%0
%2

Triadic Colors of #e1dcfa

#e1dcfa #fae1dc #dcfae1

Analogous Colors of #e1dcfa

#e1dcfa #f0dcfa #dce6fa

Monochromatic Colors of #e1dcfa

#e1dcfa

Complementary Color

#e1dcfa #f5fadc

#e1dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dcfa Color CSS Codes

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

#e1dcfa Text Font Color

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

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


#e1dcfa Background Color

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

This div background color is #e1dcfa


#e1dcfa Border Color

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

This div border color is #e1dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dcfa


Comments

No comments written yet.

Please login to write comment.