Color Hex Logo

#e9aafd Color Hex

#E9AAFD
(233,170,253)
0 Favorites   0 Comments

Color spaces of #e9aafd

RGB 233170253
HSL0.790.950.83
HSV286°33°99°
CMYK 0.080.330.00   0.01
XYZ65.708653.164999.7271
Yxy53.16490.30060.2432
Hunter Lab72.914333.2600-30.0528
CIE-Lab77.972337.0581-32.2080

#e9aafd color RGB value is (233,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101010 11111101
Octal 351 252 375
Decimal 233 170 253
Hex E9 AA FD

RGB Percentages of Color #e9aafd

%35.52
%25.91
%38.57

CMYK Percentages of Color #e9aafd

%8
%33
%0
%1

Triadic Colors of #e9aafd

#e9aafd #fde9aa #aafde9

Analogous Colors of #e9aafd

#e9aafd #fdaae8 #c0aafd

Monochromatic Colors of #e9aafd

#e9aafd

Complementary Color

#e9aafd #befdaa

#e9aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aafd Color CSS Codes

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

#e9aafd Text Font Color

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

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


#e9aafd Background Color

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

This div background color is #e9aafd


#e9aafd Border Color

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

This div border color is #e9aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aafd

Related Colors


Comments

No comments written yet.

Please login to write comment.