Color Hex Logo

#ac2ccd Color Hex

#AC2CCD
(172,44,205)
0 Favorites   0 Comments

Color spaces of #ac2ccd

RGB 17244205
HSL0.800.650.49
HSV288°79°80°
CMYK 0.160.790.00   0.20
XYZ28.933414.979859.1240
Yxy14.97980.28080.1454
Hunter Lab38.703765.7080-63.4790
CIE-Lab45.606570.8038-56.9485

#ac2ccd color RGB value is (172,44,205).

#ac2ccd hex color red value is 172, green value is 44 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ac2ccd hue: 0.80 , saturation: 0.65 and the lightness value of ac2ccd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101100 11001101
Octal 254 54 315
Decimal 172 44 205
Hex AC 2C CD

RGB Percentages of Color #ac2ccd

%40.86
%10.45
%48.69

CMYK Percentages of Color #ac2ccd

%16
%79
%0
%20

Triadic Colors of #ac2ccd

#ac2ccd #cdac2c #2ccdac

Analogous Colors of #ac2ccd

#ac2ccd #cd2c9e #5c2ccd

Monochromatic Colors of #ac2ccd

#ac2ccd

Complementary Color

#ac2ccd #4dcd2c

#ac2ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2ccd Color CSS Codes

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

#ac2ccd Text Font Color

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

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


#ac2ccd Background Color

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

This div background color is #ac2ccd


#ac2ccd Border Color

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

This div border color is #ac2ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,44,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac2ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2ccd


Comments

No comments written yet.

Please login to write comment.