Color Hex Logo

#ac497f Color Hex

#AC497F
(172,73,127)
0 Favorites   0 Comments

Color spaces of #ac497f

RGB 17273127
HSL0.910.400.48
HSV327°58°67°
CMYK 0.000.580.26   0.33
XYZ23.226615.068021.7629
Yxy15.06800.38670.2509
Hunter Lab38.817538.8754-6.0685
CIE-Lab45.727246.5322-10.5100

#ac497f color RGB value is (172,73,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 01111111
Octal 254 111 177
Decimal 172 73 127
Hex AC 49 7F

RGB Percentages of Color #ac497f

%46.24
%19.62
%34.14

CMYK Percentages of Color #ac497f

%0
%58
%26
%33

Triadic Colors of #ac497f

#ac497f #7fac49 #497fac

Analogous Colors of #ac497f

#ac497f #ac494d #a849ac

Monochromatic Colors of #ac497f

#ac497f

Complementary Color

#ac497f #49ac76

#ac497f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac497f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac497f Color CSS Codes

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

#ac497f Text Font Color

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

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


#ac497f Background Color

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

This div background color is #ac497f


#ac497f Border Color

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

This div border color is #ac497f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac497f


Comments

No comments written yet.

Please login to write comment.