Color Hex Logo

#ac31cc Color Hex

#AC31CC
(172,49,204)
0 Favorites   0 Comments

Color spaces of #ac31cc

RGB 17249204
HSL0.800.610.50
HSV288°76°80°
CMYK 0.160.760.00   0.20
XYZ29.010715.326958.5561
Yxy15.32690.28190.1490
Hunter Lab39.149663.7606-61.2754
CIE-Lab46.078769.0677-55.6102

#ac31cc color RGB value is (172,49,204).

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

The process color (four color CMYK) of #ac31cc color hex is 0.16, 0.76, 0.00, 0.20. Web safe color of #ac31cc is #9933cc. Color #ac31cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 11001100
Octal 254 61 314
Decimal 172 49 204
Hex AC 31 CC

RGB Percentages of Color #ac31cc

%40.47
%11.53
%48.00

CMYK Percentages of Color #ac31cc

%16
%76
%0
%20

Triadic Colors of #ac31cc

#ac31cc #ccac31 #31ccac

Analogous Colors of #ac31cc

#ac31cc #cc319f #5f31cc

Monochromatic Colors of #ac31cc

#ac31cc

Complementary Color

#ac31cc #51cc31

#ac31cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac31cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac31cc Color CSS Codes

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

#ac31cc Text Font Color

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

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


#ac31cc Background Color

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

This div background color is #ac31cc


#ac31cc Border Color

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

This div border color is #ac31cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac31cc


Comments

No comments written yet.

Please login to write comment.