Color Hex Logo

#e8aafd Color Hex

#E8AAFD
(232,170,253)
0 Favorites   0 Comments

Color spaces of #e8aafd

RGB 232170253
HSL0.790.950.83
HSV285°33°99°
CMYK 0.080.330.00   0.01
XYZ65.383152.997199.7119
Yxy52.99710.29980.2430
Hunter Lab72.799132.9179-30.2493
CIE-Lab77.873336.7535-32.3688

#e8aafd color RGB value is (232,170,253).

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

The process color (four color CMYK) of #e8aafd color hex is 0.08, 0.33, 0.00, 0.01. Web safe color of #e8aafd is #ff99ff. Color #e8aafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101010 11111101
Octal 350 252 375
Decimal 232 170 253
Hex E8 AA FD

RGB Percentages of Color #e8aafd

%35.42
%25.95
%38.63

CMYK Percentages of Color #e8aafd

%8
%33
%0
%1

Triadic Colors of #e8aafd

#e8aafd #fde8aa #aafde8

Analogous Colors of #e8aafd

#e8aafd #fdaae9 #bfaafd

Monochromatic Colors of #e8aafd

#e8aafd

Complementary Color

#e8aafd #bffdaa

#e8aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aafd Color CSS Codes

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

#e8aafd Text Font Color

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

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


#e8aafd Background Color

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

This div background color is #e8aafd


#e8aafd Border Color

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

This div border color is #e8aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aafd


Comments

No comments written yet.

Please login to write comment.