Color Hex Logo

#aa1abb Color Hex

#AA1ABB
(170,26,187)
0 Favorites   0 Comments

Color spaces of #aa1abb

RGB 17026187
HSL0.820.760.42
HSV294°86°73°
CMYK 0.090.860.00   0.27
XYZ25.916612.872748.1324
Yxy12.87270.29820.1481
Hunter Lab35.878566.1507-54.4248
CIE-Lab42.570871.7671-51.3705

#aa1abb color RGB value is (170,26,187).

#aa1abb hex color red value is 170, green value is 26 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa1abb hue: 0.82 , saturation: 0.76 and the lightness value of aa1abb is 0.42.

The process color (four color CMYK) of #aa1abb color hex is 0.09, 0.86, 0.00, 0.27. Web safe color of #aa1abb is #9933cc. Color #aa1abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011010 10111011
Octal 252 32 273
Decimal 170 26 187
Hex AA 1A BB

RGB Percentages of Color #aa1abb

%44.39
%6.79
%48.83

CMYK Percentages of Color #aa1abb

%9
%86
%0
%27

Triadic Colors of #aa1abb

#aa1abb #bbaa1a #1abbaa

Analogous Colors of #aa1abb

#aa1abb #bb1a7c #5a1abb

Monochromatic Colors of #aa1abb

#aa1abb

Complementary Color

#aa1abb #2bbb1a

#aa1abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1abb Color CSS Codes

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

#aa1abb Text Font Color

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

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


#aa1abb Background Color

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

This div background color is #aa1abb


#aa1abb Border Color

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

This div border color is #aa1abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1abb


Comments

No comments written yet.

Please login to write comment.