Color Hex Logo

#ac8baf Color Hex

#AC8BAF
(172,139,175)
0 Favorites   0 Comments

Color spaces of #ac8baf

RGB 172139175
HSL0.820.180.62
HSV295°21°69°
CMYK 0.020.210.00   0.31
XYZ33.983730.331044.6208
Yxy30.33100.31200.2784
Hunter Lab55.073613.7664-9.4854
CIE-Lab61.938818.9364-14.1784

#ac8baf color RGB value is (172,139,175).

#ac8baf hex color red value is 172, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ac8baf hue: 0.82 , saturation: 0.18 and the lightness value of ac8baf is 0.62.

The process color (four color CMYK) of #ac8baf color hex is 0.02, 0.21, 0.00, 0.31. Web safe color of #ac8baf is #999999. Color #ac8baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001011 10101111
Octal 254 213 257
Decimal 172 139 175
Hex AC 8B AF

RGB Percentages of Color #ac8baf

%35.39
%28.60
%36.01

CMYK Percentages of Color #ac8baf

%2
%21
%0
%31

Triadic Colors of #ac8baf

#ac8baf #afac8b #8bafac

Analogous Colors of #ac8baf

#ac8baf #af8ba0 #9a8baf

Monochromatic Colors of #ac8baf

#ac8baf

Complementary Color

#ac8baf #8eaf8b

#ac8baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8baf Color CSS Codes

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

#ac8baf Text Font Color

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

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


#ac8baf Background Color

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

This div background color is #ac8baf


#ac8baf Border Color

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

This div border color is #ac8baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8baf


Comments

No comments written yet.

Please login to write comment.