Color Hex Logo

#ab81ac Color Hex

#AB81AC
(171,129,172)
0 Favorites   0 Comments

Color spaces of #ab81ac

RGB 171129172
HSL0.830.210.59
HSV299°25°67°
CMYK 0.010.250.00   0.33
XYZ32.091227.337042.6149
Yxy27.33700.31450.2679
Hunter Lab52.284818.0608-11.7252
CIE-Lab59.285023.6614-16.4937

#ab81ac color RGB value is (171,129,172).

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

The process color (four color CMYK) of #ab81ac color hex is 0.01, 0.25, 0.00, 0.33. Web safe color of #ab81ac is #999999. Color #ab81ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 10101100
Octal 253 201 254
Decimal 171 129 172
Hex AB 81 AC

RGB Percentages of Color #ab81ac

%36.23
%27.33
%36.44

CMYK Percentages of Color #ab81ac

%1
%25
%0
%33

Triadic Colors of #ab81ac

#ab81ac #acab81 #81acab

Analogous Colors of #ab81ac

#ab81ac #ac8198 #9681ac

Monochromatic Colors of #ab81ac

#ab81ac

Complementary Color

#ab81ac #82ac81

#ab81ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab81ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab81ac Color CSS Codes

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

#ab81ac Text Font Color

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

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


#ab81ac Background Color

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

This div background color is #ab81ac


#ab81ac Border Color

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

This div border color is #ab81ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab81ac


Comments

No comments written yet.

Please login to write comment.