Color Hex Logo

#ab59aa Color Hex

#AB59AA
(171,89,170)
0 Favorites   0 Comments

Color spaces of #ab59aa

RGB 17189170
HSL0.840.330.51
HSV301°48°67°
CMYK 0.000.480.01   0.33
XYZ27.622718.705040.1848
Yxy18.70500.31930.2162
Hunter Lab43.249338.3192-24.8144
CIE-Lab50.340345.2421-29.0801

#ab59aa color RGB value is (171,89,170).

#ab59aa hex color red value is 171, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab59aa hue: 0.84 , saturation: 0.33 and the lightness value of ab59aa is 0.51.

The process color (four color CMYK) of #ab59aa color hex is 0.00, 0.48, 0.01, 0.33. Web safe color of #ab59aa is #996699. Color #ab59aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011001 10101010
Octal 253 131 252
Decimal 171 89 170
Hex AB 59 AA

RGB Percentages of Color #ab59aa

%39.77
%20.70
%39.53

CMYK Percentages of Color #ab59aa

%0
%48
%1
%33

Triadic Colors of #ab59aa

#ab59aa #aaab59 #59aaab

Analogous Colors of #ab59aa

#ab59aa #ab5981 #8359ab

Monochromatic Colors of #ab59aa

#ab59aa

Complementary Color

#ab59aa #59ab5a

#ab59aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab59aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab59aa Color CSS Codes

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

#ab59aa Text Font Color

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

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


#ab59aa Background Color

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

This div background color is #ab59aa


#ab59aa Border Color

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

This div border color is #ab59aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab59aa


Comments

No comments written yet.

Please login to write comment.