Color Hex Logo

#ac85ad Color Hex

#AC85AD
(172,133,173)
0 Favorites   0 Comments

Color spaces of #ac85ad

RGB 172133173
HSL0.830.200.60
HSV299°23°68°
CMYK 0.010.230.00   0.32
XYZ32.943628.562843.3120
Yxy28.56280.31430.2725
Hunter Lab53.444216.5021-10.6386
CIE-Lab60.393821.9376-15.3752

#ac85ad color RGB value is (172,133,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000101 10101101
Octal 254 205 255
Decimal 172 133 173
Hex AC 85 AD

RGB Percentages of Color #ac85ad

%35.98
%27.82
%36.19

CMYK Percentages of Color #ac85ad

%1
%23
%0
%32

Triadic Colors of #ac85ad

#ac85ad #adac85 #85adac

Analogous Colors of #ac85ad

#ac85ad #ad859a #9885ad

Monochromatic Colors of #ac85ad

#ac85ad

Complementary Color

#ac85ad #86ad85

#ac85ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac85ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac85ad Color CSS Codes

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

#ac85ad Text Font Color

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

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


#ac85ad Background Color

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

This div background color is #ac85ad


#ac85ad Border Color

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

This div border color is #ac85ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac85ad


Comments

No comments written yet.

Please login to write comment.