Color Hex Logo

#aa37fa Color Hex

#AA37FA
(170,55,250)
0 Favorites   0 Comments

Color spaces of #aa37fa

RGB 17055250
HSL0.760.950.60
HSV275°78°98°
CMYK 0.320.780.00   0.02
XYZ35.199118.180692.0965
Yxy18.18060.24200.1250
Hunter Lab42.638772.7375-98.2150
CIE-Lab49.714475.8087-75.8426

#aa37fa color RGB value is (170,55,250).

#aa37fa hex color red value is 170, green value is 55 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aa37fa hue: 0.76 , saturation: 0.95 and the lightness value of aa37fa is 0.60.

The process color (four color CMYK) of #aa37fa color hex is 0.32, 0.78, 0.00, 0.02. Web safe color of #aa37fa is #9933ff. Color #aa37fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 11111010
Octal 252 67 372
Decimal 170 55 250
Hex AA 37 FA

RGB Percentages of Color #aa37fa

%35.79
%11.58
%52.63

CMYK Percentages of Color #aa37fa

%32
%78
%0
%2

Triadic Colors of #aa37fa

#aa37fa #faaa37 #37faaa

Analogous Colors of #aa37fa

#aa37fa #fa37e9 #4837fa

Monochromatic Colors of #aa37fa

#aa37fa

Complementary Color

#aa37fa #87fa37

#aa37fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa37fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa37fa Color CSS Codes

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

#aa37fa Text Font Color

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

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


#aa37fa Background Color

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

This div background color is #aa37fa


#aa37fa Border Color

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

This div border color is #aa37fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa37fa


Comments

No comments written yet.

Please login to write comment.