Color Hex Logo

#aa11bf Color Hex

#AA11BF
(170,17,191)
0 Favorites   0 Comments

Color spaces of #aa11bf

RGB 17017191
HSL0.810.840.41
HSV293°91°75°
CMYK 0.110.910.00   0.25
XYZ26.182012.708550.3633
Yxy12.70850.29330.1424
Hunter Lab35.649068.7116-58.8080
CIE-Lab42.320773.9482-54.1201

#aa11bf color RGB value is (170,17,191).

#aa11bf hex color red value is 170, green value is 17 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aa11bf hue: 0.81 , saturation: 0.84 and the lightness value of aa11bf is 0.41.

The process color (four color CMYK) of #aa11bf color hex is 0.11, 0.91, 0.00, 0.25. Web safe color of #aa11bf is #9900cc. Color #aa11bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010001 10111111
Octal 252 21 277
Decimal 170 17 191
Hex AA 11 BF

RGB Percentages of Color #aa11bf

%44.97
%4.50
%50.53

CMYK Percentages of Color #aa11bf

%11
%91
%0
%25

Triadic Colors of #aa11bf

#aa11bf #bfaa11 #11bfaa

Analogous Colors of #aa11bf

#aa11bf #bf117d #5311bf

Monochromatic Colors of #aa11bf

#aa11bf

Complementary Color

#aa11bf #26bf11

#aa11bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa11bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa11bf Color CSS Codes

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

#aa11bf Text Font Color

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

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


#aa11bf Background Color

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

This div background color is #aa11bf


#aa11bf Border Color

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

This div border color is #aa11bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa11bf


Comments

No comments written yet.

Please login to write comment.