Color Hex Logo

#aa17bb Color Hex

#AA17BB
(170,23,187)
0 Favorites   0 Comments

Color spaces of #aa17bb

RGB 17023187
HSL0.820.780.41
HSV294°88°73°
CMYK 0.090.880.00   0.27
XYZ25.853612.746748.1114
Yxy12.74670.29820.1470
Hunter Lab35.702566.7795-54.9053
CIE-Lab42.379172.3306-51.6789

#aa17bb color RGB value is (170,23,187).

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

The process color (four color CMYK) of #aa17bb color hex is 0.09, 0.88, 0.00, 0.27. Web safe color of #aa17bb is #9900cc. Color #aa17bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 10111011
Octal 252 27 273
Decimal 170 23 187
Hex AA 17 BB

RGB Percentages of Color #aa17bb

%44.74
%6.05
%49.21

CMYK Percentages of Color #aa17bb

%9
%88
%0
%27

Triadic Colors of #aa17bb

#aa17bb #bbaa17 #17bbaa

Analogous Colors of #aa17bb

#aa17bb #bb177a #5817bb

Monochromatic Colors of #aa17bb

#aa17bb

Complementary Color

#aa17bb #28bb17

#aa17bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa17bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa17bb Color CSS Codes

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

#aa17bb Text Font Color

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

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


#aa17bb Background Color

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

This div background color is #aa17bb


#aa17bb Border Color

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

This div border color is #aa17bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,23,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 #aa17bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa17bb


Comments

No comments written yet.

Please login to write comment.