Color Hex Logo

#ac6dcd Color Hex

#AC6DCD
(172,109,205)
0 Favorites   0 Comments

Color spaces of #ac6dcd

RGB 172109205
HSL0.780.490.62
HSV279°47°80°
CMYK 0.160.470.00   0.20
XYZ33.501324.115760.6467
Yxy24.11570.28330.2039
Hunter Lab49.107735.8342-38.8461
CIE-Lab56.203441.9704-40.0668

#ac6dcd color RGB value is (172,109,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101101 11001101
Octal 254 155 315
Decimal 172 109 205
Hex AC 6D CD

RGB Percentages of Color #ac6dcd

%35.39
%22.43
%42.18

CMYK Percentages of Color #ac6dcd

%16
%47
%0
%20

Triadic Colors of #ac6dcd

#ac6dcd #cdac6d #6dcdac

Analogous Colors of #ac6dcd

#ac6dcd #cd6dbe #7c6dcd

Monochromatic Colors of #ac6dcd

#ac6dcd

Complementary Color

#ac6dcd #8ecd6d

#ac6dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6dcd Color CSS Codes

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

#ac6dcd Text Font Color

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

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


#ac6dcd Background Color

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

This div background color is #ac6dcd


#ac6dcd Border Color

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

This div border color is #ac6dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6dcd


Comments

No comments written yet.

Please login to write comment.