Color Hex Logo

#aa72fc Color Hex

#AA72FC
(170,114,252)
0 Favorites   0 Comments

Color spaces of #aa72fc

RGB 170114252
HSL0.730.960.72
HSV264°55°99°
CMYK 0.330.550.00   0.01
XYZ40.165627.609095.3076
Yxy27.60900.24630.1693
Hunter Lab52.544344.4955-70.7624
CIE-Lab59.533849.6339-61.0858

#aa72fc color RGB value is (170,114,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110010 11111100
Octal 252 162 374
Decimal 170 114 252
Hex AA 72 FC

RGB Percentages of Color #aa72fc

%31.72
%21.27
%47.01

CMYK Percentages of Color #aa72fc

%33
%55
%0
%1

Triadic Colors of #aa72fc

#aa72fc #fcaa72 #72fcaa

Analogous Colors of #aa72fc

#aa72fc #ef72fc #727ffc

Monochromatic Colors of #aa72fc

#aa72fc

Complementary Color

#aa72fc #c4fc72

#aa72fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa72fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa72fc Color CSS Codes

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

#aa72fc Text Font Color

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

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


#aa72fc Background Color

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

This div background color is #aa72fc


#aa72fc Border Color

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

This div border color is #aa72fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa72fc


Comments

No comments written yet.

Please login to write comment.