Color Hex Logo

#ac3dcc Color Hex

#AC3DCC
(172,61,204)
0 Favorites   0 Comments

Color spaces of #ac3dcc

RGB 17261204
HSL0.800.580.52
HSV287°70°80°
CMYK 0.160.700.00   0.20
XYZ29.581116.467858.7462
Yxy16.46780.28230.1571
Hunter Lab40.580559.1013-57.4245
CIE-Lab47.582364.7787-53.1936

#ac3dcc color RGB value is (172,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111101 11001100
Octal 254 75 314
Decimal 172 61 204
Hex AC 3D CC

RGB Percentages of Color #ac3dcc

%39.36
%13.96
%46.68

CMYK Percentages of Color #ac3dcc

%16
%70
%0
%20

Triadic Colors of #ac3dcc

#ac3dcc #ccac3d #3dccac

Analogous Colors of #ac3dcc

#ac3dcc #cc3da5 #653dcc

Monochromatic Colors of #ac3dcc

#ac3dcc

Complementary Color

#ac3dcc #5dcc3d

#ac3dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3dcc Color CSS Codes

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

#ac3dcc Text Font Color

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

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


#ac3dcc Background Color

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

This div background color is #ac3dcc


#ac3dcc Border Color

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

This div border color is #ac3dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3dcc


Comments

No comments written yet.

Please login to write comment.