Color Hex Logo

#ac498d Color Hex

#AC498D
(172,73,141)
0 Favorites   0 Comments

Color spaces of #ac498d

RGB 17273141
HSL0.890.400.48
HSV319°58°67°
CMYK 0.000.580.18   0.33
XYZ24.203515.458826.9075
Yxy15.45880.36360.2322
Hunter Lab39.317741.0766-13.0534
CIE-Lab46.256348.5741-18.1685

#ac498d color RGB value is (172,73,141).

#ac498d hex color red value is 172, green value is 73 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ac498d hue: 0.89 , saturation: 0.40 and the lightness value of ac498d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 10001101
Octal 254 111 215
Decimal 172 73 141
Hex AC 49 8D

RGB Percentages of Color #ac498d

%44.56
%18.91
%36.53

CMYK Percentages of Color #ac498d

%0
%58
%18
%33

Triadic Colors of #ac498d

#ac498d #8dac49 #498dac

Analogous Colors of #ac498d

#ac498d #ac495b #9a49ac

Monochromatic Colors of #ac498d

#ac498d

Complementary Color

#ac498d #49ac68

#ac498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac498d Color CSS Codes

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

#ac498d Text Font Color

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

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


#ac498d Background Color

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

This div background color is #ac498d


#ac498d Border Color

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

This div border color is #ac498d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac498d


Comments

No comments written yet.

Please login to write comment.