Color Hex Logo

#e1cafa Color Hex

#E1CAFA
(225,202,250)
0 Favorites   0 Comments

Color spaces of #e1cafa

RGB 225202250
HSL0.750.830.89
HSV269°19°98°
CMYK 0.100.190.00   0.02
XYZ69.427265.150799.3586
Yxy65.15070.29680.2785
Hunter Lab80.716012.2824-16.4828
CIE-Lab84.561316.8444-20.6080

#e1cafa color RGB value is (225,202,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001010 11111010
Octal 341 312 372
Decimal 225 202 250
Hex E1 CA FA

RGB Percentages of Color #e1cafa

%33.23
%29.84
%36.93

CMYK Percentages of Color #e1cafa

%10
%19
%0
%2

Triadic Colors of #e1cafa

#e1cafa #fae1ca #cafae1

Analogous Colors of #e1cafa

#e1cafa #f9cafa #cacbfa

Monochromatic Colors of #e1cafa

#e1cafa

Complementary Color

#e1cafa #e3faca

#e1cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cafa Color CSS Codes

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

#e1cafa Text Font Color

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

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


#e1cafa Background Color

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

This div background color is #e1cafa


#e1cafa Border Color

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

This div border color is #e1cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cafa


Comments

No comments written yet.

Please login to write comment.