Color Hex Logo

#ac38cc Color Hex

#AC38CC
(172,56,204)
0 Favorites   0 Comments

Color spaces of #ac38cc

RGB 17256204
HSL0.800.590.51
HSV287°73°80°
CMYK 0.160.730.00   0.20
XYZ29.326515.958658.6614
Yxy15.95860.28210.1535
Hunter Lab39.948261.1298-59.0998
CIE-Lab46.920166.6581-54.2569

#ac38cc color RGB value is (172,56,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111000 11001100
Octal 254 70 314
Decimal 172 56 204
Hex AC 38 CC

RGB Percentages of Color #ac38cc

%39.81
%12.96
%47.22

CMYK Percentages of Color #ac38cc

%16
%73
%0
%20

Triadic Colors of #ac38cc

#ac38cc #ccac38 #38ccac

Analogous Colors of #ac38cc

#ac38cc #cc38a2 #6238cc

Monochromatic Colors of #ac38cc

#ac38cc

Complementary Color

#ac38cc #58cc38

#ac38cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac38cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac38cc Color CSS Codes

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

#ac38cc Text Font Color

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

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


#ac38cc Background Color

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

This div background color is #ac38cc


#ac38cc Border Color

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

This div border color is #ac38cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac38cc


Comments

No comments written yet.

Please login to write comment.