Color Hex Logo

#ac3bcc Color Hex

#AC3BCC
(172,59,204)
0 Favorites   0 Comments

Color spaces of #ac3bcc

RGB 17259204
HSL0.800.590.52
HSV287°71°80°
CMYK 0.160.710.00   0.20
XYZ29.476316.258258.7113
Yxy16.25820.28220.1557
Hunter Lab40.321559.9268-58.1060
CIE-Lab47.311465.5458-53.6284

#ac3bcc color RGB value is (172,59,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111011 11001100
Octal 254 73 314
Decimal 172 59 204
Hex AC 3B CC

RGB Percentages of Color #ac3bcc

%39.54
%13.56
%46.90

CMYK Percentages of Color #ac3bcc

%16
%71
%0
%20

Triadic Colors of #ac3bcc

#ac3bcc #ccac3b #3bccac

Analogous Colors of #ac3bcc

#ac3bcc #cc3ba4 #633bcc

Monochromatic Colors of #ac3bcc

#ac3bcc

Complementary Color

#ac3bcc #5bcc3b

#ac3bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3bcc Color CSS Codes

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

#ac3bcc Text Font Color

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

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


#ac3bcc Background Color

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

This div background color is #ac3bcc


#ac3bcc Border Color

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

This div border color is #ac3bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3bcc


Comments

No comments written yet.

Please login to write comment.