color codes Logo

#ac7ccc color codes

#AC7CCC
(172,124,204)
0 Favorites   0 Comments

Color spaces of #ac7ccc

RGB 172124204
HSL0.770.440.64
HSV276°39°80°
CMYK 0.160.390.00   0.20
XYZ35.120027.545660.5925
Yxy27.54560.28490.2235
Hunter Lab52.483927.5978-31.7114
CIE-Lab59.476033.4639-34.3755

#ac7ccc color RGB value is (172,124,204).

#ac7ccc hex color red value is 172, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ac7ccc hue: 0.77 , saturation: 0.44 and the lightness value of ac7ccc is 0.64.

The process color (four color CMYK) of #ac7ccc color code is 0.16, 0.39, 0.00, 0.20. Web safe color of #ac7ccc is #9966cc. Color #ac7ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111100 11001100
Octal 254 174 314
Decimal 172 124 204
Hex AC 7C CC

RGB Percentages of Color #ac7ccc

%34.40
%24.80
%40.80

CMYK Percentages of Color #ac7ccc

%16
%39
%0
%20

Triadic Colors of #ac7ccc

#ac7ccc #ccac7c #7cccac

Analogous Colors of #ac7ccc

#ac7ccc #cc7cc4 #847ccc

Monochromatic Colors of #ac7ccc

#ac7ccc

Complementary Color

#ac7ccc #9ccc7c

#ac7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7ccc Color CSS Codes

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

#ac7ccc Text Font Color

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

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


#ac7ccc Background Color

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

This div background color is #ac7ccc


#ac7ccc Border Color

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

This div border color is #ac7ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7ccc


Comments

No comments written yet.

Please login to write comment.