Color Hex Logo

#aa97fe Color Hex

#AA97FE
(170,151,254)
0 Favorites   0 Comments

Color spaces of #aa97fe

RGB 170151254
HSL0.700.980.79
HSV251°41°100°
CMYK 0.330.410.00   0.00
XYZ45.533637.835098.6689
Yxy37.83500.25010.2078
Hunter Lab61.510224.4939-52.0504
CIE-Lab67.898829.5993-48.8865

#aa97fe color RGB value is (170,151,254).

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

The process color (four color CMYK) of #aa97fe color hex is 0.33, 0.41, 0.00, 0.00. Web safe color of #aa97fe is #9999ff. Color #aa97fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010111 11111110
Octal 252 227 376
Decimal 170 151 254
Hex AA 97 FE

RGB Percentages of Color #aa97fe

%29.57
%26.26
%44.17

CMYK Percentages of Color #aa97fe

%33
%41
%0
%0

Triadic Colors of #aa97fe

#aa97fe #feaa97 #97feaa

Analogous Colors of #aa97fe

#aa97fe #de97fe #97b8fe

Monochromatic Colors of #aa97fe

#aa97fe

Complementary Color

#aa97fe #ebfe97

#aa97fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa97fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa97fe Color CSS Codes

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

#aa97fe Text Font Color

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

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


#aa97fe Background Color

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

This div background color is #aa97fe


#aa97fe Border Color

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

This div border color is #aa97fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa97fe


Comments

No comments written yet.

Please login to write comment.