Color Hex Logo

#ac7480 Color Hex

#AC7480
(172,116,128)
0 Favorites   0 Comments

Color spaces of #ac7480

RGB 172116128
HSL0.960.250.56
HSV347°33°67°
CMYK 0.000.330.26   0.33
XYZ27.154922.820023.3955
Yxy22.82000.37010.3110
Hunter Lab47.770317.86994.4019
CIE-Lab54.886423.76632.4280

#ac7480 color RGB value is (172,116,128).

#ac7480 hex color red value is 172, green value is 116 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ac7480 hue: 0.96 , saturation: 0.25 and the lightness value of ac7480 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 10000000
Octal 254 164 200
Decimal 172 116 128
Hex AC 74 80

RGB Percentages of Color #ac7480

%41.35
%27.88
%30.77

CMYK Percentages of Color #ac7480

%0
%33
%26
%33

Triadic Colors of #ac7480

#ac7480 #80ac74 #7480ac

Analogous Colors of #ac7480

#ac7480 #ac8474 #ac749c

Monochromatic Colors of #ac7480

#ac7480

Complementary Color

#ac7480 #74aca0

#ac7480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7480 Color CSS Codes

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

#ac7480 Text Font Color

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

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


#ac7480 Background Color

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

This div background color is #ac7480


#ac7480 Border Color

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

This div border color is #ac7480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7480


Comments

No comments written yet.

Please login to write comment.