Color Hex Logo

#aa84fa Color Hex

#AA84FA
(170,132,250)
0 Favorites   0 Comments

Color spaces of #aa84fa

RGB 170132250
HSL0.720.920.75
HSV259°47°98°
CMYK 0.320.470.00   0.02
XYZ42.084131.950794.3915
Yxy31.95070.24990.1897
Hunter Lab56.525033.9786-59.4414
CIE-Lab63.302139.2726-53.9738

#aa84fa color RGB value is (170,132,250).

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

The process color (four color CMYK) of #aa84fa color hex is 0.32, 0.47, 0.00, 0.02. Web safe color of #aa84fa is #9999ff. Color #aa84fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 11111010
Octal 252 204 372
Decimal 170 132 250
Hex AA 84 FA

RGB Percentages of Color #aa84fa

%30.80
%23.91
%45.29

CMYK Percentages of Color #aa84fa

%32
%47
%0
%2

Triadic Colors of #aa84fa

#aa84fa #faaa84 #84faaa

Analogous Colors of #aa84fa

#aa84fa #e584fa #8499fa

Monochromatic Colors of #aa84fa

#aa84fa

Complementary Color

#aa84fa #d4fa84

#aa84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa84fa Color CSS Codes

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

#aa84fa Text Font Color

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

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


#aa84fa Background Color

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

This div background color is #aa84fa


#aa84fa Border Color

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

This div border color is #aa84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa84fa


Comments

No comments written yet.

Please login to write comment.