Color Hex Logo

#aa37fc Color Hex

#AA37FC
(170,55,252)
0 Favorites   0 Comments

Color spaces of #aa37fc

RGB 17055252
HSL0.760.970.60
HSV275°78°99°
CMYK 0.330.780.00   0.01
XYZ35.514418.306793.7572
Yxy18.30670.24060.1240
Hunter Lab42.786373.2862-99.9711
CIE-Lab49.866076.2243-76.7114

#aa37fc color RGB value is (170,55,252).

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

The process color (four color CMYK) of #aa37fc color hex is 0.33, 0.78, 0.00, 0.01. Web safe color of #aa37fc is #9933ff. Color #aa37fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 11111100
Octal 252 67 374
Decimal 170 55 252
Hex AA 37 FC

RGB Percentages of Color #aa37fc

%35.64
%11.53
%52.83

CMYK Percentages of Color #aa37fc

%33
%78
%0
%1

Triadic Colors of #aa37fc

#aa37fc #fcaa37 #37fcaa

Analogous Colors of #aa37fc

#aa37fc #fc37ec #4837fc

Monochromatic Colors of #aa37fc

#aa37fc

Complementary Color

#aa37fc #89fc37

#aa37fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa37fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa37fc Color CSS Codes

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

#aa37fc Text Font Color

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

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


#aa37fc Background Color

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

This div background color is #aa37fc


#aa37fc Border Color

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

This div border color is #aa37fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa37fc


Comments

No comments written yet.

Please login to write comment.