Color Hex Logo

#aa69fe Color Hex

#AA69FE
(170,105,254)
0 Favorites   0 Comments

Color spaces of #aa69fe

RGB 170105254
HSL0.740.990.70
HSV266°59°100°
CMYK 0.330.590.00   0.00
XYZ39.518525.805096.6639
Yxy25.80500.24400.1593
Hunter Lab50.798649.9655-77.2630
CIE-Lab57.851554.8595-64.8896

#aa69fe color RGB value is (170,105,254).

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

The process color (four color CMYK) of #aa69fe color hex is 0.33, 0.59, 0.00, 0.00. Web safe color of #aa69fe is #9966ff. Color #aa69fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101001 11111110
Octal 252 151 376
Decimal 170 105 254
Hex AA 69 FE

RGB Percentages of Color #aa69fe

%32.14
%19.85
%48.02

CMYK Percentages of Color #aa69fe

%33
%59
%0
%0

Triadic Colors of #aa69fe

#aa69fe #feaa69 #69feaa

Analogous Colors of #aa69fe

#aa69fe #f569fe #6973fe

Monochromatic Colors of #aa69fe

#aa69fe

Complementary Color

#aa69fe #bdfe69

#aa69fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa69fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa69fe Color CSS Codes

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

#aa69fe Text Font Color

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

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


#aa69fe Background Color

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

This div background color is #aa69fe


#aa69fe Border Color

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

This div border color is #aa69fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa69fe

Related Colors


Comments

No comments written yet.

Please login to write comment.