Color Hex Logo

#ac84ad Color Hex

#AC84AD
(172,132,173)
0 Favorites   0 Comments

Color spaces of #ac84ad

RGB 172132173
HSL0.830.200.60
HSV299°24°68°
CMYK 0.010.240.00   0.32
XYZ32.807328.290343.2666
Yxy28.29030.31440.2711
Hunter Lab53.188617.0206-10.9978
CIE-Lab60.150122.5031-15.7440

#ac84ad color RGB value is (172,132,173).

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

The process color (four color CMYK) of #ac84ad color hex is 0.01, 0.24, 0.00, 0.32. Web safe color of #ac84ad is #999999. Color #ac84ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000100 10101101
Octal 254 204 255
Decimal 172 132 173
Hex AC 84 AD

RGB Percentages of Color #ac84ad

%36.06
%27.67
%36.27

CMYK Percentages of Color #ac84ad

%1
%24
%0
%32

Triadic Colors of #ac84ad

#ac84ad #adac84 #84adac

Analogous Colors of #ac84ad

#ac84ad #ad849a #9884ad

Monochromatic Colors of #ac84ad

#ac84ad

Complementary Color

#ac84ad #85ad84

#ac84ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac84ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac84ad Color CSS Codes

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

#ac84ad Text Font Color

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

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


#ac84ad Background Color

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

This div background color is #ac84ad


#ac84ad Border Color

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

This div border color is #ac84ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac84ad


Comments

No comments written yet.

Please login to write comment.