Color Hex Logo

#aa12fc Color Hex

#AA12FC
(170,18,252)
0 Favorites   0 Comments

Color spaces of #aa12fc

RGB 17018252
HSL0.770.980.53
HSV279°93°99°
CMYK 0.330.930.00   0.01
XYZ34.364616.006993.3739
Yxy16.00690.23910.1114
Hunter Lab40.008683.3039-110.3676
CIE-Lab46.983584.7195-81.4215

#aa12fc color RGB value is (170,18,252).

#aa12fc hex color red value is 170, green value is 18 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aa12fc hue: 0.77 , saturation: 0.98 and the lightness value of aa12fc is 0.53.

The process color (four color CMYK) of #aa12fc color hex is 0.33, 0.93, 0.00, 0.01. Web safe color of #aa12fc is #9900ff. Color #aa12fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010010 11111100
Octal 252 22 374
Decimal 170 18 252
Hex AA 12 FC

RGB Percentages of Color #aa12fc

%38.64
%4.09
%57.27

CMYK Percentages of Color #aa12fc

%33
%93
%0
%1

Triadic Colors of #aa12fc

#aa12fc #fcaa12 #12fcaa

Analogous Colors of #aa12fc

#aa12fc #fc12d9 #3512fc

Monochromatic Colors of #aa12fc

#aa12fc

Complementary Color

#aa12fc #64fc12

#aa12fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa12fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa12fc Color CSS Codes

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

#aa12fc Text Font Color

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

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


#aa12fc Background Color

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

This div background color is #aa12fc


#aa12fc Border Color

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

This div border color is #aa12fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa12fc


Comments

No comments written yet.

Please login to write comment.