Color Hex Logo

#ac6acc Color Hex

#AC6ACC
(172,106,204)
0 Favorites   0 Comments

Color spaces of #ac6acc

RGB 172106204
HSL0.780.490.61
HSV280°48°80°
CMYK 0.160.480.00   0.20
XYZ33.066423.438459.9080
Yxy23.43840.28400.2013
Hunter Lab48.413237.1930-39.4780
CIE-Lab55.521143.3767-40.5725

#ac6acc color RGB value is (172,106,204).

#ac6acc hex color red value is 172, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ac6acc hue: 0.78 , saturation: 0.49 and the lightness value of ac6acc is 0.61.

The process color (four color CMYK) of #ac6acc color hex is 0.16, 0.48, 0.00, 0.20. Web safe color of #ac6acc is #9966cc. Color #ac6acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101010 11001100
Octal 254 152 314
Decimal 172 106 204
Hex AC 6A CC

RGB Percentages of Color #ac6acc

%35.68
%21.99
%42.32

CMYK Percentages of Color #ac6acc

%16
%48
%0
%20

Triadic Colors of #ac6acc

#ac6acc #ccac6a #6accac

Analogous Colors of #ac6acc

#ac6acc #cc6abb #7b6acc

Monochromatic Colors of #ac6acc

#ac6acc

Complementary Color

#ac6acc #8acc6a

#ac6acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6acc Color CSS Codes

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

#ac6acc Text Font Color

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

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


#ac6acc Background Color

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

This div background color is #ac6acc


#ac6acc Border Color

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

This div border color is #ac6acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6acc


Comments

No comments written yet.

Please login to write comment.