Color Hex Logo

#ab79aa Color Hex

#AB79AA
(171,121,170)
0 Favorites   0 Comments

Color spaces of #ab79aa

RGB 171121170
HSL0.840.230.57
HSV301°29°67°
CMYK 0.000.290.01   0.33
XYZ30.887725.235041.2731
Yxy25.23500.31710.2591
Hunter Lab50.234521.8442-13.5491
CIE-Lab57.303727.7935-18.3578

#ab79aa color RGB value is (171,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 10101010
Octal 253 171 252
Decimal 171 121 170
Hex AB 79 AA

RGB Percentages of Color #ab79aa

%37.01
%26.19
%36.80

CMYK Percentages of Color #ab79aa

%0
%29
%1
%33

Triadic Colors of #ab79aa

#ab79aa #aaab79 #79aaab

Analogous Colors of #ab79aa

#ab79aa #ab7991 #9379ab

Monochromatic Colors of #ab79aa

#ab79aa

Complementary Color

#ab79aa #79ab7a

#ab79aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab79aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab79aa Color CSS Codes

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

#ab79aa Text Font Color

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

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


#ab79aa Background Color

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

This div background color is #ab79aa


#ab79aa Border Color

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

This div border color is #ab79aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab79aa


Comments

No comments written yet.

Please login to write comment.