Color Hex Logo

#ac889b Color Hex

#AC889B
(172,136,155)
0 Favorites   0 Comments

Color spaces of #ac889b

RGB 172136155
HSL0.910.180.60
HSV328°21°67°
CMYK 0.000.210.10   0.33
XYZ31.733828.745534.8862
Yxy28.74550.33280.3014
Hunter Lab53.614811.8255-1.0485
CIE-Lab60.556416.8839-4.8614

#ac889b color RGB value is (172,136,155).

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

The process color (four color CMYK) of #ac889b color hex is 0.00, 0.21, 0.10, 0.33. Web safe color of #ac889b is #999999. Color #ac889b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 10011011
Octal 254 210 233
Decimal 172 136 155
Hex AC 88 9B

RGB Percentages of Color #ac889b

%37.15
%29.37
%33.48

CMYK Percentages of Color #ac889b

%0
%21
%10
%33

Triadic Colors of #ac889b

#ac889b #9bac88 #889bac

Analogous Colors of #ac889b

#ac889b #ac8889 #ab88ac

Monochromatic Colors of #ac889b

#ac889b

Complementary Color

#ac889b #88ac99

#ac889b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac889b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac889b Color CSS Codes

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

#ac889b Text Font Color

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

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


#ac889b Background Color

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

This div background color is #ac889b


#ac889b Border Color

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

This div border color is #ac889b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac889b


Comments

No comments written yet.

Please login to write comment.