Color Hex Logo

#e7aaee Color Hex

#E7AAEE
(231,170,238)
0 Favorites   0 Comments

Color spaces of #e7aaee

RGB 231170238
HSL0.820.670.80
HSV294°29°93°
CMYK 0.030.290.00   0.07
XYZ62.762351.911487.6009
Yxy51.91140.31030.2566
Hunter Lab72.049629.4044-21.6526
CIE-Lab77.227833.5576-25.2766

#e7aaee color RGB value is (231,170,238).

#e7aaee hex color red value is 231, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e7aaee hue: 0.82 , saturation: 0.67 and the lightness value of e7aaee is 0.80.

The process color (four color CMYK) of #e7aaee color hex is 0.03, 0.29, 0.00, 0.07. Web safe color of #e7aaee is #ff99ff. Color #e7aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101010 11101110
Octal 347 252 356
Decimal 231 170 238
Hex E7 AA EE

RGB Percentages of Color #e7aaee

%36.15
%26.60
%37.25

CMYK Percentages of Color #e7aaee

%3
%29
%0
%7

Triadic Colors of #e7aaee

#e7aaee #eee7aa #aaeee7

Analogous Colors of #e7aaee

#e7aaee #eeaad3 #c5aaee

Monochromatic Colors of #e7aaee

#e7aaee

Complementary Color

#e7aaee #b1eeaa

#e7aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7aaee Color CSS Codes

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

#e7aaee Text Font Color

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

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


#e7aaee Background Color

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

This div background color is #e7aaee


#e7aaee Border Color

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

This div border color is #e7aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7aaee


Comments

No comments written yet.

Please login to write comment.