Color Hex Logo

#ac3ecc Color Hex

#AC3ECC
(172,62,204)
0 Favorites   0 Comments

Color spaces of #ac3ecc

RGB 17262204
HSL0.800.580.52
HSV286°70°80°
CMYK 0.160.700.00   0.20
XYZ29.635016.575558.7642
Yxy16.57550.28230.1579
Hunter Lab40.713058.6823-57.0787
CIE-Lab47.720764.3882-52.9717

#ac3ecc color RGB value is (172,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111110 11001100
Octal 254 76 314
Decimal 172 62 204
Hex AC 3E CC

RGB Percentages of Color #ac3ecc

%39.27
%14.16
%46.58

CMYK Percentages of Color #ac3ecc

%16
%70
%0
%20

Triadic Colors of #ac3ecc

#ac3ecc #ccac3e #3eccac

Analogous Colors of #ac3ecc

#ac3ecc #cc3ea5 #653ecc

Monochromatic Colors of #ac3ecc

#ac3ecc

Complementary Color

#ac3ecc #5ecc3e

#ac3ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3ecc Color CSS Codes

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

#ac3ecc Text Font Color

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

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


#ac3ecc Background Color

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

This div background color is #ac3ecc


#ac3ecc Border Color

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

This div border color is #ac3ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3ecc


Comments

No comments written yet.

Please login to write comment.