Color Hex Logo

#ac6fcc Color Hex

#AC6FCC
(172,111,204)
0 Favorites   0 Comments

Color spaces of #ac6fcc

RGB 172111204
HSL0.780.480.62
HSV279°46°80°
CMYK 0.160.460.00   0.20
XYZ33.596824.499260.0848
Yxy24.49920.28430.2073
Hunter Lab49.496734.5411-37.3254
CIE-Lab56.584240.6646-38.9006

#ac6fcc color RGB value is (172,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101111 11001100
Octal 254 157 314
Decimal 172 111 204
Hex AC 6F CC

RGB Percentages of Color #ac6fcc

%35.32
%22.79
%41.89

CMYK Percentages of Color #ac6fcc

%16
%46
%0
%20

Triadic Colors of #ac6fcc

#ac6fcc #ccac6f #6fccac

Analogous Colors of #ac6fcc

#ac6fcc #cc6fbe #7e6fcc

Monochromatic Colors of #ac6fcc

#ac6fcc

Complementary Color

#ac6fcc #8fcc6f

#ac6fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6fcc Color CSS Codes

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

#ac6fcc Text Font Color

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

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


#ac6fcc Background Color

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

This div background color is #ac6fcc


#ac6fcc Border Color

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

This div border color is #ac6fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6fcc


Comments

No comments written yet.

Please login to write comment.