Color Hex Logo

#ac52ba Color Hex

#AC52BA
(172,82,186)
0 Favorites   0 Comments

Color spaces of #ac52ba

RGB 17282186
HSL0.810.430.53
HSV292°56°73°
CMYK 0.080.560.00   0.27
XYZ28.893518.350448.4735
Yxy18.35040.30190.1917
Hunter Lab42.837445.4316-37.1047
CIE-Lab49.918452.0636-39.0614

#ac52ba color RGB value is (172,82,186).

#ac52ba hex color red value is 172, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ac52ba hue: 0.81 , saturation: 0.43 and the lightness value of ac52ba is 0.53.

The process color (four color CMYK) of #ac52ba color hex is 0.08, 0.56, 0.00, 0.27. Web safe color of #ac52ba is #9966cc. Color #ac52ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 10111010
Octal 254 122 272
Decimal 172 82 186
Hex AC 52 BA

RGB Percentages of Color #ac52ba

%39.09
%18.64
%42.27

CMYK Percentages of Color #ac52ba

%8
%56
%0
%27

Triadic Colors of #ac52ba

#ac52ba #baac52 #52baac

Analogous Colors of #ac52ba

#ac52ba #ba5294 #7852ba

Monochromatic Colors of #ac52ba

#ac52ba

Complementary Color

#ac52ba #60ba52

#ac52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac52ba Color CSS Codes

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

#ac52ba Text Font Color

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

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


#ac52ba Background Color

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

This div background color is #ac52ba


#ac52ba Border Color

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

This div border color is #ac52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac52ba


Comments

No comments written yet.

Please login to write comment.