Color Hex Logo

#ac60ba Color Hex

#AC60BA
(172,96,186)
0 Favorites   0 Comments

Color spaces of #ac60ba

RGB 17296186
HSL0.810.390.55
HSV291°48°73°
CMYK 0.080.480.00   0.27
XYZ30.059120.681648.8620
Yxy20.68160.30180.2076
Hunter Lab45.477038.3989-31.8692
CIE-Lab52.599244.9694-34.8461

#ac60ba color RGB value is (172,96,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100000 10111010
Octal 254 140 272
Decimal 172 96 186
Hex AC 60 BA

RGB Percentages of Color #ac60ba

%37.89
%21.15
%40.97

CMYK Percentages of Color #ac60ba

%8
%48
%0
%27

Triadic Colors of #ac60ba

#ac60ba #baac60 #60baac

Analogous Colors of #ac60ba

#ac60ba #ba609b #7f60ba

Monochromatic Colors of #ac60ba

#ac60ba

Complementary Color

#ac60ba #6eba60

#ac60ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac60ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac60ba Color CSS Codes

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

#ac60ba Text Font Color

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

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


#ac60ba Background Color

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

This div background color is #ac60ba


#ac60ba Border Color

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

This div border color is #ac60ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac60ba


Comments

No comments written yet.

Please login to write comment.