Color Hex Logo

#e4aafd Color Hex

#E4AAFD
(228,170,253)
0 Favorites   0 Comments

Color spaces of #e4aafd

RGB 228170253
HSL0.780.950.83
HSV282°33°99°
CMYK 0.100.330.00   0.01
XYZ64.099352.335399.6518
Yxy52.33530.29660.2422
Hunter Lab72.343131.5586-31.0311
CIE-Lab77.480935.5368-33.0063

#e4aafd color RGB value is (228,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101010 11111101
Octal 344 252 375
Decimal 228 170 253
Hex E4 AA FD

RGB Percentages of Color #e4aafd

%35.02
%26.11
%38.86

CMYK Percentages of Color #e4aafd

%10
%33
%0
%1

Triadic Colors of #e4aafd

#e4aafd #fde4aa #aafde4

Analogous Colors of #e4aafd

#e4aafd #fdaaed #bbaafd

Monochromatic Colors of #e4aafd

#e4aafd

Complementary Color

#e4aafd #c3fdaa

#e4aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4aafd Color CSS Codes

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

#e4aafd Text Font Color

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

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


#e4aafd Background Color

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

This div background color is #e4aafd


#e4aafd Border Color

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

This div border color is #e4aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4aafd


Comments

No comments written yet.

Please login to write comment.