Color Hex Logo

#ab15aa Color Hex

#AB15AA
(171,21,170)
0 Favorites   0 Comments

Color spaces of #ab15aa

RGB 17121170
HSL0.830.780.38
HSV300°88°67°
CMYK 0.000.880.01   0.33
XYZ24.318512.096539.0834
Yxy12.09650.32210.1602
Hunter Lab34.780063.9437-42.2800
CIE-Lab41.369170.1408-43.2249

#ab15aa color RGB value is (171,21,170).

#ab15aa hex color red value is 171, green value is 21 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab15aa hue: 0.83 , saturation: 0.78 and the lightness value of ab15aa is 0.38.

The process color (four color CMYK) of #ab15aa color hex is 0.00, 0.88, 0.01, 0.33. Web safe color of #ab15aa is #990099. Color #ab15aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 10101010
Octal 253 25 252
Decimal 171 21 170
Hex AB 15 AA

RGB Percentages of Color #ab15aa

%47.24
%5.80
%46.96

CMYK Percentages of Color #ab15aa

%0
%88
%1
%33

Triadic Colors of #ab15aa

#ab15aa #aaab15 #15aaab

Analogous Colors of #ab15aa

#ab15aa #ab155f #6115ab

Monochromatic Colors of #ab15aa

#ab15aa

Complementary Color

#ab15aa #15ab16

#ab15aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab15aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab15aa Color CSS Codes

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

#ab15aa Text Font Color

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

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


#ab15aa Background Color

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

This div background color is #ab15aa


#ab15aa Border Color

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

This div border color is #ab15aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab15aa


Comments

No comments written yet.

Please login to write comment.