Color Hex Logo

#ac50aa Color Hex

#AC50AA
(172,80,170)
0 Favorites   0 Comments

Color spaces of #ac50aa

RGB 17280170
HSL0.840.370.49
HSV301°53°67°
CMYK 0.000.530.01   0.33
XYZ27.137617.410339.9604
Yxy17.41030.32110.2060
Hunter Lab41.725743.0732-27.5737
CIE-Lab48.772950.0478-31.5150

#ac50aa color RGB value is (172,80,170).

#ac50aa hex color red value is 172, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ac50aa hue: 0.84 , saturation: 0.37 and the lightness value of ac50aa is 0.49.

The process color (four color CMYK) of #ac50aa color hex is 0.00, 0.53, 0.01, 0.33. Web safe color of #ac50aa is #996699. Color #ac50aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 10101010
Octal 254 120 252
Decimal 172 80 170
Hex AC 50 AA

RGB Percentages of Color #ac50aa

%40.76
%18.96
%40.28

CMYK Percentages of Color #ac50aa

%0
%53
%1
%33

Triadic Colors of #ac50aa

#ac50aa #aaac50 #50aaac

Analogous Colors of #ac50aa

#ac50aa #ac507c #8050ac

Monochromatic Colors of #ac50aa

#ac50aa

Complementary Color

#ac50aa #50ac52

#ac50aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac50aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac50aa Color CSS Codes

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

#ac50aa Text Font Color

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

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


#ac50aa Background Color

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

This div background color is #ac50aa


#ac50aa Border Color

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

This div border color is #ac50aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac50aa


Comments

No comments written yet.

Please login to write comment.