Color Hex Logo

#aa97eb Color Hex

#AA97EB
(170,151,235)
0 Favorites   0 Comments

Color spaces of #aa97eb

RGB 170151235
HSL0.700.680.76
HSV254°36°92°
CMYK 0.280.360.00   0.08
XYZ42.639636.677483.4294
Yxy36.67740.26200.2254
Hunter Lab60.561919.6926-39.2840
CIE-Lab67.034324.8550-39.8509

#aa97eb color RGB value is (170,151,235).

#aa97eb hex color red value is 170, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aa97eb hue: 0.70 , saturation: 0.68 and the lightness value of aa97eb is 0.76.

The process color (four color CMYK) of #aa97eb color hex is 0.28, 0.36, 0.00, 0.08. Web safe color of #aa97eb is #9999ff. Color #aa97eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010111 11101011
Octal 252 227 353
Decimal 170 151 235
Hex AA 97 EB

RGB Percentages of Color #aa97eb

%30.58
%27.16
%42.27

CMYK Percentages of Color #aa97eb

%28
%36
%0
%8

Triadic Colors of #aa97eb

#aa97eb #ebaa97 #97ebaa

Analogous Colors of #aa97eb

#aa97eb #d497eb #97aeeb

Monochromatic Colors of #aa97eb

#aa97eb

Complementary Color

#aa97eb #d8eb97

#aa97eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa97eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa97eb Color CSS Codes

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

#aa97eb Text Font Color

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

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


#aa97eb Background Color

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

This div background color is #aa97eb


#aa97eb Border Color

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

This div border color is #aa97eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa97eb


Comments

No comments written yet.

Please login to write comment.