Color Hex Logo

#ac7685 Color Hex

#AC7685
(172,118,133)
0 Favorites   0 Comments

Color spaces of #ac7685

RGB 172118133
HSL0.950.250.57
HSV343°31°67°
CMYK 0.000.310.23   0.33
XYZ27.725323.421025.2497
Yxy23.42100.36290.3066
Hunter Lab48.395217.56972.9428
CIE-Lab55.503423.39690.4071

#ac7685 color RGB value is (172,118,133).

#ac7685 hex color red value is 172, green value is 118 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ac7685 hue: 0.95 , saturation: 0.25 and the lightness value of ac7685 is 0.57.

The process color (four color CMYK) of #ac7685 color hex is 0.00, 0.31, 0.23, 0.33. Web safe color of #ac7685 is #996699. Color #ac7685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 10000101
Octal 254 166 205
Decimal 172 118 133
Hex AC 76 85

RGB Percentages of Color #ac7685

%40.66
%27.90
%31.44

CMYK Percentages of Color #ac7685

%0
%31
%23
%33

Triadic Colors of #ac7685

#ac7685 #85ac76 #7685ac

Analogous Colors of #ac7685

#ac7685 #ac8276 #ac76a0

Monochromatic Colors of #ac7685

#ac7685

Complementary Color

#ac7685 #76ac9d

#ac7685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7685 Color CSS Codes

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

#ac7685 Text Font Color

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

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


#ac7685 Background Color

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

This div background color is #ac7685


#ac7685 Border Color

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

This div border color is #ac7685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7685


Comments

No comments written yet.

Please login to write comment.