Color Hex Logo

#aa01cf Color Hex

#AA01CF
(170,1,207)
0 Favorites   0 Comments

Color spaces of #aa01cf

RGB 1701207
HSL0.800.990.41
HSV289°100°81°
CMYK 0.181.000.00   0.19
XYZ27.850913.072760.0869
Yxy13.07270.27570.1294
Hunter Lab36.156274.2242-73.2230
CIE-Lab42.872678.3399-62.5432

#aa01cf color RGB value is (170,1,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000001 11001111
Octal 252 1 317
Decimal 170 1 207
Hex AA 1 CF

RGB Percentages of Color #aa01cf

%44.97
%0.26
%54.76

CMYK Percentages of Color #aa01cf

%18
%100
%0
%19

Triadic Colors of #aa01cf

#aa01cf #cfaa01 #01cfaa

Analogous Colors of #aa01cf

#aa01cf #cf018d #4301cf

Monochromatic Colors of #aa01cf

#aa01cf

Complementary Color

#aa01cf #26cf01

#aa01cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa01cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa01cf Color CSS Codes

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

#aa01cf Text Font Color

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

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


#aa01cf Background Color

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

This div background color is #aa01cf


#aa01cf Border Color

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

This div border color is #aa01cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa01cf


Comments

No comments written yet.

Please login to write comment.