Color Hex Logo

#ab10aa Color Hex

#AB10AA
(171,16,170)
0 Favorites   0 Comments

Color spaces of #ab10aa

RGB 17116170
HSL0.830.830.37
HSV300°91°67°
CMYK 0.000.910.01   0.33
XYZ24.235611.930839.0557
Yxy11.93080.32220.1586
Hunter Lab34.541064.7973-42.8609
CIE-Lab41.105970.9140-43.6450

#ab10aa color RGB value is (171,16,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010000 10101010
Octal 253 20 252
Decimal 171 16 170
Hex AB 10 AA

RGB Percentages of Color #ab10aa

%47.90
%4.48
%47.62

CMYK Percentages of Color #ab10aa

%0
%91
%1
%33

Triadic Colors of #ab10aa

#ab10aa #aaab10 #10aaab

Analogous Colors of #ab10aa

#ab10aa #ab105c #5f10ab

Monochromatic Colors of #ab10aa

#ab10aa

Complementary Color

#ab10aa #10ab11

#ab10aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab10aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab10aa Color CSS Codes

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

#ab10aa Text Font Color

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

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


#ab10aa Background Color

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

This div background color is #ab10aa


#ab10aa Border Color

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

This div border color is #ab10aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab10aa


Comments

No comments written yet.

Please login to write comment.