Color Hex Logo

#ab85ac Color Hex

#AB85AC
(171,133,172)
0 Favorites   0 Comments

Color spaces of #ab85ac

RGB 171133172
HSL0.830.190.60
HSV298°23°67°
CMYK 0.010.230.00   0.33
XYZ32.628528.411542.7940
Yxy28.41150.31420.2736
Hunter Lab53.302415.9875-10.2894
CIE-Lab60.258721.3967-15.0195

#ab85ac color RGB value is (171,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000101 10101100
Octal 253 205 254
Decimal 171 133 172
Hex AB 85 AC

RGB Percentages of Color #ab85ac

%35.92
%27.94
%36.13

CMYK Percentages of Color #ab85ac

%1
%23
%0
%33

Triadic Colors of #ab85ac

#ab85ac #acab85 #85acab

Analogous Colors of #ab85ac

#ab85ac #ac859a #9885ac

Monochromatic Colors of #ab85ac

#ab85ac

Complementary Color

#ab85ac #86ac85

#ab85ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab85ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab85ac Color CSS Codes

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

#ab85ac Text Font Color

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

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


#ab85ac Background Color

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

This div background color is #ab85ac


#ab85ac Border Color

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

This div border color is #ab85ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab85ac


Comments

No comments written yet.

Please login to write comment.