Color Hex Logo

#ac327a Color Hex

#AC327A
(172,50,122)
0 Favorites   0 Comments

Color spaces of #ac327a

RGB 17250122
HSL0.900.550.44
HSV325°71°67°
CMYK 0.000.710.29   0.33
XYZ21.666712.457019.6748
Yxy12.45700.40270.2315
Hunter Lab35.294547.8129-8.3449
CIE-Lab41.933455.7239-13.1846

#ac327a color RGB value is (172,50,122).

#ac327a hex color red value is 172, green value is 50 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ac327a hue: 0.90 , saturation: 0.55 and the lightness value of ac327a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 01111010
Octal 254 62 172
Decimal 172 50 122
Hex AC 32 7A

RGB Percentages of Color #ac327a

%50.00
%14.53
%35.47

CMYK Percentages of Color #ac327a

%0
%71
%29
%33

Triadic Colors of #ac327a

#ac327a #7aac32 #327aac

Analogous Colors of #ac327a

#ac327a #ac323d #a132ac

Monochromatic Colors of #ac327a

#ac327a

Complementary Color

#ac327a #32ac64

#ac327a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac327a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac327a Color CSS Codes

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

#ac327a Text Font Color

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

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


#ac327a Background Color

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

This div background color is #ac327a


#ac327a Border Color

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

This div border color is #ac327a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac327a


Comments

No comments written yet.

Please login to write comment.