Color Hex Logo

#ab79ac Color Hex

#AB79AC
(171,121,172)
0 Favorites   0 Comments

Color spaces of #ab79ac

RGB 171121172
HSL0.830.240.57
HSV299°30°67°
CMYK 0.010.300.00   0.33
XYZ31.078425.311242.2773
Yxy25.31120.31500.2565
Hunter Lab50.310222.2228-14.6061
CIE-Lab57.377428.1818-19.3952

#ab79ac color RGB value is (171,121,172).

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

The process color (four color CMYK) of #ab79ac color hex is 0.01, 0.30, 0.00, 0.33. Web safe color of #ab79ac is #996699. Color #ab79ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 10101100
Octal 253 171 254
Decimal 171 121 172
Hex AB 79 AC

RGB Percentages of Color #ab79ac

%36.85
%26.08
%37.07

CMYK Percentages of Color #ab79ac

%1
%30
%0
%33

Triadic Colors of #ab79ac

#ab79ac #acab79 #79acab

Analogous Colors of #ab79ac

#ab79ac #ac7994 #9279ac

Monochromatic Colors of #ab79ac

#ab79ac

Complementary Color

#ab79ac #7aac79

#ab79ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab79ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab79ac Color CSS Codes

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

#ab79ac Text Font Color

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

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


#ab79ac Background Color

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

This div background color is #ab79ac


#ab79ac Border Color

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

This div border color is #ab79ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab79ac


Comments

No comments written yet.

Please login to write comment.