Color Hex Logo

#aa01ce Color Hex

#AA01CE
(170,1,206)
0 Favorites   0 Comments

Color spaces of #aa01ce

RGB 1701206
HSL0.800.990.41
HSV289°100°81°
CMYK 0.171.000.00   0.19
XYZ27.729013.024059.4449
Yxy13.02400.27670.1300
Hunter Lab36.088873.9960-72.3995
CIE-Lab42.799478.1702-62.0830

#aa01ce color RGB value is (170,1,206).

#aa01ce hex color red value is 170, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aa01ce hue: 0.80 , saturation: 0.99 and the lightness value of aa01ce is 0.41.

The process color (four color CMYK) of #aa01ce color hex is 0.17, 1.00, 0.00, 0.19. Web safe color of #aa01ce is #9900cc. Color #aa01ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000001 11001110
Octal 252 1 316
Decimal 170 1 206
Hex AA 1 CE

RGB Percentages of Color #aa01ce

%45.09
%0.27
%54.64

CMYK Percentages of Color #aa01ce

%17
%100
%0
%19

Triadic Colors of #aa01ce

#aa01ce #ceaa01 #01ceaa

Analogous Colors of #aa01ce

#aa01ce #ce018c #4301ce

Monochromatic Colors of #aa01ce

#aa01ce

Complementary Color

#aa01ce #25ce01

#aa01ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa01ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa01ce Color CSS Codes

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

#aa01ce Text Font Color

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

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


#aa01ce Background Color

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

This div background color is #aa01ce


#aa01ce Border Color

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

This div border color is #aa01ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa01ce


Comments

No comments written yet.

Please login to write comment.