Color Hex Logo

#e1ccfa Color Hex

#E1CCFA
(225,204,250)
0 Favorites   0 Comments

Color spaces of #e1ccfa

RGB 225204250
HSL0.740.820.89
HSV267°18°98°
CMYK 0.100.180.00   0.02
XYZ69.899566.095499.5161
Yxy66.09540.29680.2806
Hunter Lab81.299111.1977-15.6660
CIE-Lab85.045115.7782-19.8764

#e1ccfa color RGB value is (225,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001100 11111010
Octal 341 314 372
Decimal 225 204 250
Hex E1 CC FA

RGB Percentages of Color #e1ccfa

%33.14
%30.04
%36.82

CMYK Percentages of Color #e1ccfa

%10
%18
%0
%2

Triadic Colors of #e1ccfa

#e1ccfa #fae1cc #ccfae1

Analogous Colors of #e1ccfa

#e1ccfa #f8ccfa #cccefa

Monochromatic Colors of #e1ccfa

#e1ccfa

Complementary Color

#e1ccfa #e5facc

#e1ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ccfa Color CSS Codes

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

#e1ccfa Text Font Color

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

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


#e1ccfa Background Color

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

This div background color is #e1ccfa


#e1ccfa Border Color

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

This div border color is #e1ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.