Color Hex Logo

#ac879b Color Hex

#AC879B
(172,135,155)
0 Favorites   0 Comments

Color spaces of #ac879b

RGB 172135155
HSL0.910.180.60
HSV328°22°67°
CMYK 0.000.220.10   0.33
XYZ31.593628.465234.8395
Yxy28.46520.33290.3000
Hunter Lab53.352812.3339-1.3696
CIE-Lab60.306717.4484-5.2308

#ac879b color RGB value is (172,135,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000111 10011011
Octal 254 207 233
Decimal 172 135 155
Hex AC 87 9B

RGB Percentages of Color #ac879b

%37.23
%29.22
%33.55

CMYK Percentages of Color #ac879b

%0
%22
%10
%33

Triadic Colors of #ac879b

#ac879b #9bac87 #879bac

Analogous Colors of #ac879b

#ac879b #ac8789 #ab87ac

Monochromatic Colors of #ac879b

#ac879b

Complementary Color

#ac879b #87ac98

#ac879b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac879b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac879b Color CSS Codes

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

#ac879b Text Font Color

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

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


#ac879b Background Color

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

This div background color is #ac879b


#ac879b Border Color

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

This div border color is #ac879b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac879b


Comments

No comments written yet.

Please login to write comment.