Color Hex Logo

#ac2bcd Color Hex

#AC2BCD
(172,43,205)
0 Favorites   0 Comments

Color spaces of #ac2bcd

RGB 17243205
HSL0.800.650.49
HSV288°79°80°
CMYK 0.160.790.00   0.20
XYZ28.896614.906259.1118
Yxy14.90620.28080.1448
Hunter Lab38.608566.0335-63.7503
CIE-Lab45.505571.0968-57.1115

#ac2bcd color RGB value is (172,43,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101011 11001101
Octal 254 53 315
Decimal 172 43 205
Hex AC 2B CD

RGB Percentages of Color #ac2bcd

%40.95
%10.24
%48.81

CMYK Percentages of Color #ac2bcd

%16
%79
%0
%20

Triadic Colors of #ac2bcd

#ac2bcd #cdac2b #2bcdac

Analogous Colors of #ac2bcd

#ac2bcd #cd2b9d #5b2bcd

Monochromatic Colors of #ac2bcd

#ac2bcd

Complementary Color

#ac2bcd #4ccd2b

#ac2bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2bcd Color CSS Codes

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

#ac2bcd Text Font Color

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

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


#ac2bcd Background Color

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

This div background color is #ac2bcd


#ac2bcd Border Color

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

This div border color is #ac2bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2bcd


Comments

No comments written yet.

Please login to write comment.