Color Hex Logo

#e0aafd Color Hex

#E0AAFD
(224,170,253)
0 Favorites   0 Comments

Color spaces of #e0aafd

RGB 224170253
HSL0.780.950.83
HSV279°33°99°
CMYK 0.110.330.00   0.01
XYZ62.844851.688699.5931
Yxy51.68860.29350.2414
Hunter Lab71.894830.2149-31.8058
CIE-Lab77.094334.3241-33.6348

#e0aafd color RGB value is (224,170,253).

#e0aafd hex color red value is 224, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e0aafd hue: 0.78 , saturation: 0.95 and the lightness value of e0aafd is 0.83.

The process color (four color CMYK) of #e0aafd color hex is 0.11, 0.33, 0.00, 0.01. Web safe color of #e0aafd is #cc99ff. Color #e0aafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101010 11111101
Octal 340 252 375
Decimal 224 170 253
Hex E0 AA FD

RGB Percentages of Color #e0aafd

%34.62
%26.28
%39.10

CMYK Percentages of Color #e0aafd

%11
%33
%0
%1

Triadic Colors of #e0aafd

#e0aafd #fde0aa #aafde0

Analogous Colors of #e0aafd

#e0aafd #fdaaf1 #b7aafd

Monochromatic Colors of #e0aafd

#e0aafd

Complementary Color

#e0aafd #c7fdaa

#e0aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aafd Color CSS Codes

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

#e0aafd Text Font Color

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

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


#e0aafd Background Color

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

This div background color is #e0aafd


#e0aafd Border Color

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

This div border color is #e0aafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,170,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0aafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0aafd;
  -webkit-box-shadow: 1px 1px 3px 2px #e0aafd;
  box-shadow:         1px 1px 3px 2px #e0aafd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,170,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aafd


Comments

No comments written yet.

Please login to write comment.