Color Hex Logo

#e3aafd Color Hex

#E3AAFD
(227,170,253)
0 Favorites   0 Comments

Color spaces of #e3aafd

RGB 227170253
HSL0.780.950.83
HSV281°33°99°
CMYK 0.100.330.00   0.01
XYZ63.782952.172299.6370
Yxy52.17220.29580.2420
Hunter Lab72.230331.2211-31.2254
CIE-Lab77.383735.2332-33.1643

#e3aafd color RGB value is (227,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101010 11111101
Octal 343 252 375
Decimal 227 170 253
Hex E3 AA FD

RGB Percentages of Color #e3aafd

%34.92
%26.15
%38.92

CMYK Percentages of Color #e3aafd

%10
%33
%0
%1

Triadic Colors of #e3aafd

#e3aafd #fde3aa #aafde3

Analogous Colors of #e3aafd

#e3aafd #fdaaee #baaafd

Monochromatic Colors of #e3aafd

#e3aafd

Complementary Color

#e3aafd #c4fdaa

#e3aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3aafd Color CSS Codes

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

#e3aafd Text Font Color

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

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


#e3aafd Background Color

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

This div background color is #e3aafd


#e3aafd Border Color

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

This div border color is #e3aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3aafd

#e3aafd Color Palettes


Comments

No comments written yet.

Please login to write comment.