Color Hex Logo

#ac748d Color Hex

#AC748D
(172,116,141)
0 Favorites   0 Comments

Color spaces of #ac748d

RGB 172116141
HSL0.930.250.56
HSV333°33°67°
CMYK 0.000.330.18   0.33
XYZ28.066423.184528.1951
Yxy23.18450.35330.2918
Hunter Lab48.150319.7832-1.0129
CIE-Lab55.261925.7922-4.6125

#ac748d color RGB value is (172,116,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 10001101
Octal 254 164 215
Decimal 172 116 141
Hex AC 74 8D

RGB Percentages of Color #ac748d

%40.09
%27.04
%32.87

CMYK Percentages of Color #ac748d

%0
%33
%18
%33

Triadic Colors of #ac748d

#ac748d #8dac74 #748dac

Analogous Colors of #ac748d

#ac748d #ac7774 #ac74a9

Monochromatic Colors of #ac748d

#ac748d

Complementary Color

#ac748d #74ac93

#ac748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac748d Color CSS Codes

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

#ac748d Text Font Color

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

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


#ac748d Background Color

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

This div background color is #ac748d


#ac748d Border Color

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

This div border color is #ac748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac748d


Comments

No comments written yet.

Please login to write comment.