Color Hex Logo

#aa01bc Color Hex

#AA01BC
(170,1,188)
0 Favorites   0 Comments

Color spaces of #aa01bc

RGB 1701188
HSL0.820.990.37
HSV294°99°74°
CMYK 0.100.990.00   0.26
XYZ25.665512.198648.5788
Yxy12.19860.29690.1411
Hunter Lab34.926570.0482-58.0171
CIE-Lab41.530075.2027-53.6345

#aa01bc color RGB value is (170,1,188).

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

The process color (four color CMYK) of #aa01bc color hex is 0.10, 0.99, 0.00, 0.26. Web safe color of #aa01bc is #9900cc. Color #aa01bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000001 10111100
Octal 252 1 274
Decimal 170 1 188
Hex AA 1 BC

RGB Percentages of Color #aa01bc

%47.35
%0.28
%52.37

CMYK Percentages of Color #aa01bc

%10
%99
%0
%26

Triadic Colors of #aa01bc

#aa01bc #bcaa01 #01bcaa

Analogous Colors of #aa01bc

#aa01bc #bc0171 #4c01bc

Monochromatic Colors of #aa01bc

#aa01bc

Complementary Color

#aa01bc #13bc01

#aa01bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa01bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa01bc Color CSS Codes

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

#aa01bc Text Font Color

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

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


#aa01bc Background Color

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

This div background color is #aa01bc


#aa01bc Border Color

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

This div border color is #aa01bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa01bc


Comments

No comments written yet.

Please login to write comment.