Color Hex Logo

#ab09aa Color Hex

#AB09AA
(171,9,170)
0 Favorites   0 Comments

Color spaces of #ab09aa

RGB 1719170
HSL0.830.900.35
HSV300°95°67°
CMYK 0.000.950.01   0.33
XYZ24.148011.755639.0265
Yxy11.75560.32230.1569
Hunter Lab34.286465.7166-43.4863
CIE-Lab40.825071.7424-44.0939

#ab09aa color RGB value is (171,9,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001001 10101010
Octal 253 11 252
Decimal 171 9 170
Hex AB 9 AA

RGB Percentages of Color #ab09aa

%48.86
%2.57
%48.57

CMYK Percentages of Color #ab09aa

%0
%95
%1
%33

Triadic Colors of #ab09aa

#ab09aa #aaab09 #09aaab

Analogous Colors of #ab09aa

#ab09aa #ab0959 #5b09ab

Monochromatic Colors of #ab09aa

#ab09aa

Complementary Color

#ab09aa #09ab0a

#ab09aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab09aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab09aa Color CSS Codes

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

#ab09aa Text Font Color

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

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


#ab09aa Background Color

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

This div background color is #ab09aa


#ab09aa Border Color

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

This div border color is #ab09aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab09aa


Comments

No comments written yet.

Please login to write comment.