Color Hex Logo

#ac517a Color Hex

#AC517A
(172,81,122)
0 Favorites   0 Comments

Color spaces of #ac517a

RGB 17281122
HSL0.920.360.50
HSV333°53°67°
CMYK 0.000.530.29   0.33
XYZ23.468516.060720.2754
Yxy16.06070.39240.2686
Hunter Lab40.075834.3974-1.9433
CIE-Lab47.054041.8946-5.4950

#ac517a color RGB value is (172,81,122).

#ac517a hex color red value is 172, green value is 81 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ac517a hue: 0.92 , saturation: 0.36 and the lightness value of ac517a is 0.50.

The process color (four color CMYK) of #ac517a color hex is 0.00, 0.53, 0.29, 0.33. Web safe color of #ac517a is #996666. Color #ac517a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010001 01111010
Octal 254 121 172
Decimal 172 81 122
Hex AC 51 7A

RGB Percentages of Color #ac517a

%45.87
%21.60
%32.53

CMYK Percentages of Color #ac517a

%0
%53
%29
%33

Triadic Colors of #ac517a

#ac517a #7aac51 #517aac

Analogous Colors of #ac517a

#ac517a #ac5651 #ac51a8

Monochromatic Colors of #ac517a

#ac517a

Complementary Color

#ac517a #51ac83

#ac517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac517a Color CSS Codes

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

#ac517a Text Font Color

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

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


#ac517a Background Color

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

This div background color is #ac517a


#ac517a Border Color

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

This div border color is #ac517a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac517a


Comments

No comments written yet.

Please login to write comment.