Color Hex Logo

#ac8ecc Color Hex

#AC8ECC
(172,142,204)
0 Favorites   0 Comments

Color spaces of #ac8ecc

RGB 172142204
HSL0.750.380.68
HSV269°30°80°
CMYK 0.160.300.00   0.20
XYZ37.585332.476361.4143
Yxy32.47630.28590.2470
Hunter Lab56.988017.9972-24.0035
CIE-Lab63.734623.3140-27.7734

#ac8ecc color RGB value is (172,142,204).

#ac8ecc hex color red value is 172, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ac8ecc hue: 0.75 , saturation: 0.38 and the lightness value of ac8ecc is 0.68.

The process color (four color CMYK) of #ac8ecc color hex is 0.16, 0.30, 0.00, 0.20. Web safe color of #ac8ecc is #9999cc. Color #ac8ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001110 11001100
Octal 254 216 314
Decimal 172 142 204
Hex AC 8E CC

RGB Percentages of Color #ac8ecc

%33.20
%27.41
%39.38

CMYK Percentages of Color #ac8ecc

%16
%30
%0
%20

Triadic Colors of #ac8ecc

#ac8ecc #ccac8e #8eccac

Analogous Colors of #ac8ecc

#ac8ecc #cb8ecc #8e8fcc

Monochromatic Colors of #ac8ecc

#ac8ecc

Complementary Color

#ac8ecc #aecc8e

#ac8ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8ecc Color CSS Codes

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

#ac8ecc Text Font Color

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

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


#ac8ecc Background Color

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

This div background color is #ac8ecc


#ac8ecc Border Color

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

This div border color is #ac8ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8ecc


Comments

No comments written yet.

Please login to write comment.