Color Hex Logo

#ab8bac Color Hex

#AB8BAC
(171,139,172)
0 Favorites   0 Comments

Color spaces of #ab8bac

RGB 171139172
HSL0.830.170.61
HSV298°19°67°
CMYK 0.010.190.00   0.33
XYZ33.473630.101743.0757
Yxy30.10170.31390.2822
Hunter Lab54.865012.8905-8.1443
CIE-Lab61.741918.0005-12.7830

#ab8bac color RGB value is (171,139,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001011 10101100
Octal 253 213 254
Decimal 171 139 172
Hex AB 8B AC

RGB Percentages of Color #ab8bac

%35.48
%28.84
%35.68

CMYK Percentages of Color #ab8bac

%1
%19
%0
%33

Triadic Colors of #ab8bac

#ab8bac #acab8b #8bacab

Analogous Colors of #ab8bac

#ab8bac #ac8b9d #9b8bac

Monochromatic Colors of #ab8bac

#ab8bac

Complementary Color

#ab8bac #8cac8b

#ab8bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8bac Color CSS Codes

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

#ab8bac Text Font Color

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

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


#ab8bac Background Color

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

This div background color is #ab8bac


#ab8bac Border Color

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

This div border color is #ab8bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8bac


Comments

No comments written yet.

Please login to write comment.