Color Hex Logo

#e6aafa Color Hex

#E6AAFA
(230,170,250)
0 Favorites   0 Comments

Color spaces of #e6aafa

RGB 230170250
HSL0.790.890.82
HSV285°32°98°
CMYK 0.080.320.00   0.02
XYZ64.263252.474697.1840
Yxy52.47460.30040.2453
Hunter Lab72.439431.5840-28.8354
CIE-Lab77.563835.5531-31.2471

#e6aafa color RGB value is (230,170,250).

#e6aafa hex color red value is 230, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e6aafa hue: 0.79 , saturation: 0.89 and the lightness value of e6aafa is 0.82.

The process color (four color CMYK) of #e6aafa color hex is 0.08, 0.32, 0.00, 0.02. Web safe color of #e6aafa is #ff99ff. Color #e6aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 11111010
Octal 346 252 372
Decimal 230 170 250
Hex E6 AA FA

RGB Percentages of Color #e6aafa

%35.38
%26.15
%38.46

CMYK Percentages of Color #e6aafa

%8
%32
%0
%2

Triadic Colors of #e6aafa

#e6aafa #fae6aa #aafae6

Analogous Colors of #e6aafa

#e6aafa #faaae6 #beaafa

Monochromatic Colors of #e6aafa

#e6aafa

Complementary Color

#e6aafa #befaaa

#e6aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aafa Color CSS Codes

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

#e6aafa Text Font Color

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

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


#e6aafa Background Color

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

This div background color is #e6aafa


#e6aafa Border Color

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

This div border color is #e6aafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aafa

Related Colors


Comments

No comments written yet.

Please login to write comment.