Color Hex Logo

#ac839f Color Hex

#AC839F
(172,131,159)
0 Favorites   0 Comments

Color spaces of #ac839f

RGB 172131159
HSL0.890.200.59
HSV319°24°67°
CMYK 0.000.240.08   0.33
XYZ31.387627.506536.4559
Yxy27.50650.32920.2885
Hunter Lab52.446615.0448-4.5001
CIE-Lab59.440220.4288-8.8083

#ac839f color RGB value is (172,131,159).

#ac839f hex color red value is 172, green value is 131 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ac839f hue: 0.89 , saturation: 0.20 and the lightness value of ac839f is 0.59.

The process color (four color CMYK) of #ac839f color hex is 0.00, 0.24, 0.08, 0.33. Web safe color of #ac839f is #999999. Color #ac839f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 10011111
Octal 254 203 237
Decimal 172 131 159
Hex AC 83 9F

RGB Percentages of Color #ac839f

%37.23
%28.35
%34.42

CMYK Percentages of Color #ac839f

%0
%24
%8
%33

Triadic Colors of #ac839f

#ac839f #9fac83 #839fac

Analogous Colors of #ac839f

#ac839f #ac838b #a583ac

Monochromatic Colors of #ac839f

#ac839f

Complementary Color

#ac839f #83ac90

#ac839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac839f Color CSS Codes

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

#ac839f Text Font Color

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

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


#ac839f Background Color

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

This div background color is #ac839f


#ac839f Border Color

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

This div border color is #ac839f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac839f


Comments

No comments written yet.

Please login to write comment.