Color Hex Logo

#ac397a Color Hex

#AC397A
(172,57,122)
0 Favorites   0 Comments

Color spaces of #ac397a

RGB 17257122
HSL0.910.500.45
HSV326°67°67°
CMYK 0.000.670.29   0.33
XYZ21.989213.102119.7823
Yxy13.10210.40070.2388
Hunter Lab36.196845.0925-7.0654
CIE-Lab42.916752.9936-11.6949

#ac397a color RGB value is (172,57,122).

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

The process color (four color CMYK) of #ac397a color hex is 0.00, 0.67, 0.29, 0.33. Web safe color of #ac397a is #993366. Color #ac397a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 01111010
Octal 254 71 172
Decimal 172 57 122
Hex AC 39 7A

RGB Percentages of Color #ac397a

%49.00
%16.24
%34.76

CMYK Percentages of Color #ac397a

%0
%67
%29
%33

Triadic Colors of #ac397a

#ac397a #7aac39 #397aac

Analogous Colors of #ac397a

#ac397a #ac3941 #a539ac

Monochromatic Colors of #ac397a

#ac397a

Complementary Color

#ac397a #39ac6b

#ac397a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac397a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac397a Color CSS Codes

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

#ac397a Text Font Color

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

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


#ac397a Background Color

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

This div background color is #ac397a


#ac397a Border Color

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

This div border color is #ac397a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac397a


Comments

No comments written yet.

Please login to write comment.