Color Hex Logo

#ac53ba Color Hex

#AC53BA
(172,83,186)
0 Favorites   0 Comments

Color spaces of #ac53ba

RGB 17283186
HSL0.810.430.53
HSV292°55°73°
CMYK 0.080.550.00   0.27
XYZ28.969418.502348.4988
Yxy18.50230.30190.1928
Hunter Lab43.014344.9417-36.7397
CIE-Lab50.099851.5758-38.7752

#ac53ba color RGB value is (172,83,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 10111010
Octal 254 123 272
Decimal 172 83 186
Hex AC 53 BA

RGB Percentages of Color #ac53ba

%39.00
%18.82
%42.18

CMYK Percentages of Color #ac53ba

%8
%55
%0
%27

Triadic Colors of #ac53ba

#ac53ba #baac53 #53baac

Analogous Colors of #ac53ba

#ac53ba #ba5395 #7953ba

Monochromatic Colors of #ac53ba

#ac53ba

Complementary Color

#ac53ba #61ba53

#ac53ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac53ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac53ba Color CSS Codes

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

#ac53ba Text Font Color

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

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


#ac53ba Background Color

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

This div background color is #ac53ba


#ac53ba Border Color

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

This div border color is #ac53ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac53ba


Comments

No comments written yet.

Please login to write comment.