Color Hex Logo

#e1affa Color Hex

#E1AFFA
(225,175,250)
0 Favorites   0 Comments

Color spaces of #e1affa

RGB 225175250
HSL0.780.880.83
HSV280°30°98°
CMYK 0.100.300.00   0.02
XYZ63.636653.569697.4284
Yxy53.56960.29650.2496
Hunter Lab73.191327.1133-27.6899
CIE-Lab78.210131.3362-30.2940

#e1affa color RGB value is (225,175,250).

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

The process color (four color CMYK) of #e1affa color hex is 0.10, 0.30, 0.00, 0.02. Web safe color of #e1affa is #cc99ff. Color #e1affa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101111 11111010
Octal 341 257 372
Decimal 225 175 250
Hex E1 AF FA

RGB Percentages of Color #e1affa

%34.62
%26.92
%38.46

CMYK Percentages of Color #e1affa

%10
%30
%0
%2

Triadic Colors of #e1affa

#e1affa #fae1af #affae1

Analogous Colors of #e1affa

#e1affa #faafee #bcaffa

Monochromatic Colors of #e1affa

#e1affa

Complementary Color

#e1affa #c8faaf

#e1affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1affa Color CSS Codes

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

#e1affa Text Font Color

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

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


#e1affa Background Color

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

This div background color is #e1affa


#e1affa Border Color

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

This div border color is #e1affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1affa


Comments

No comments written yet.

Please login to write comment.