Color Hex Logo

#ab87ac Color Hex

#AB87AC
(171,135,172)
0 Favorites   0 Comments

Color spaces of #ab87ac

RGB 171135172
HSL0.830.180.60
HSV298°22°67°
CMYK 0.010.220.00   0.33
XYZ32.905028.964442.8861
Yxy28.96440.31410.2765
Hunter Lab53.818614.9534-9.5731
CIE-Lab60.750220.2643-14.2771

#ab87ac color RGB value is (171,135,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 10101100
Octal 253 207 254
Decimal 171 135 172
Hex AB 87 AC

RGB Percentages of Color #ab87ac

%35.77
%28.24
%35.98

CMYK Percentages of Color #ab87ac

%1
%22
%0
%33

Triadic Colors of #ab87ac

#ab87ac #acab87 #87acab

Analogous Colors of #ab87ac

#ab87ac #ac879b #9987ac

Monochromatic Colors of #ab87ac

#ab87ac

Complementary Color

#ab87ac #88ac87

#ab87ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab87ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab87ac Color CSS Codes

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

#ab87ac Text Font Color

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

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


#ab87ac Background Color

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

This div background color is #ab87ac


#ab87ac Border Color

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

This div border color is #ab87ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab87ac


Comments

No comments written yet.

Please login to write comment.