Color Hex Logo

#ac5497 Color Hex

#AC5497
(172,84,151)
0 Favorites   0 Comments

Color spaces of #ac5497

RGB 17284151
HSL0.870.350.50
HSV314°51°67°
CMYK 0.000.510.12   0.33
XYZ25.769517.345731.2680
Yxy17.34570.34640.2332
Hunter Lab41.648237.5613-15.3592
CIE-Lab48.692744.7651-20.4111

#ac5497 color RGB value is (172,84,151).

#ac5497 hex color red value is 172, green value is 84 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ac5497 hue: 0.87 , saturation: 0.35 and the lightness value of ac5497 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010100 10010111
Octal 254 124 227
Decimal 172 84 151
Hex AC 54 97

RGB Percentages of Color #ac5497

%42.26
%20.64
%37.10

CMYK Percentages of Color #ac5497

%0
%51
%12
%33

Triadic Colors of #ac5497

#ac5497 #97ac54 #5497ac

Analogous Colors of #ac5497

#ac5497 #ac546b #9554ac

Monochromatic Colors of #ac5497

#ac5497

Complementary Color

#ac5497 #54ac69

#ac5497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5497 Color CSS Codes

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

#ac5497 Text Font Color

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

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


#ac5497 Background Color

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

This div background color is #ac5497


#ac5497 Border Color

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

This div border color is #ac5497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5497


Comments

No comments written yet.

Please login to write comment.