Color Hex Logo

#aa80fc Color Hex

#AA80FC
(170,128,252)
0 Favorites   0 Comments

Color spaces of #aa80fc

RGB 170128252
HSL0.720.950.75
HSV260°49°99°
CMYK 0.330.490.00   0.01
XYZ41.867431.012795.8748
Yxy31.01270.24810.1838
Hunter Lab55.689036.7417-63.0919
CIE-Lab62.518441.9956-56.3188

#aa80fc color RGB value is (170,128,252).

#aa80fc hex color red value is 170, green value is 128 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aa80fc hue: 0.72 , saturation: 0.95 and the lightness value of aa80fc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 11111100
Octal 252 200 374
Decimal 170 128 252
Hex AA 80 FC

RGB Percentages of Color #aa80fc

%30.91
%23.27
%45.82

CMYK Percentages of Color #aa80fc

%33
%49
%0
%1

Triadic Colors of #aa80fc

#aa80fc #fcaa80 #80fcaa

Analogous Colors of #aa80fc

#aa80fc #e880fc #8094fc

Monochromatic Colors of #aa80fc

#aa80fc

Complementary Color

#aa80fc #d2fc80

#aa80fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa80fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa80fc Color CSS Codes

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

#aa80fc Text Font Color

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

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


#aa80fc Background Color

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

This div background color is #aa80fc


#aa80fc Border Color

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

This div border color is #aa80fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa80fc


Comments

No comments written yet.

Please login to write comment.