Color Hex Logo

#ac7481 Color Hex

#AC7481
(172,116,129)
0 Favorites   0 Comments

Color spaces of #ac7481

RGB 172116129
HSL0.960.250.56
HSV346°33°67°
CMYK 0.000.330.25   0.33
XYZ27.221122.846423.7440
Yxy22.84640.36880.3095
Hunter Lab47.797918.01014.0057
CIE-Lab54.913823.91591.8832

#ac7481 color RGB value is (172,116,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 10000001
Octal 254 164 201
Decimal 172 116 129
Hex AC 74 81

RGB Percentages of Color #ac7481

%41.25
%27.82
%30.94

CMYK Percentages of Color #ac7481

%0
%33
%25
%33

Triadic Colors of #ac7481

#ac7481 #81ac74 #7481ac

Analogous Colors of #ac7481

#ac7481 #ac8374 #ac749d

Monochromatic Colors of #ac7481

#ac7481

Complementary Color

#ac7481 #74ac9f

#ac7481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7481 Color CSS Codes

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

#ac7481 Text Font Color

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

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


#ac7481 Background Color

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

This div background color is #ac7481


#ac7481 Border Color

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

This div border color is #ac7481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7481


Comments

No comments written yet.

Please login to write comment.