Color Hex Logo

#ac3bcd Color Hex

#AC3BCD
(172,59,205)
0 Favorites   0 Comments

Color spaces of #ac3bcd

RGB 17259205
HSL0.800.590.52
HSV286°71°80°
CMYK 0.160.710.00   0.20
XYZ29.596716.306459.3451
Yxy16.30640.28120.1549
Hunter Lab40.381260.1615-58.8671
CIE-Lab47.373965.7365-54.1043

#ac3bcd color RGB value is (172,59,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111011 11001101
Octal 254 73 315
Decimal 172 59 205
Hex AC 3B CD

RGB Percentages of Color #ac3bcd

%39.45
%13.53
%47.02

CMYK Percentages of Color #ac3bcd

%16
%71
%0
%20

Triadic Colors of #ac3bcd

#ac3bcd #cdac3b #3bcdac

Analogous Colors of #ac3bcd

#ac3bcd #cd3ba5 #633bcd

Monochromatic Colors of #ac3bcd

#ac3bcd

Complementary Color

#ac3bcd #5ccd3b

#ac3bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3bcd Color CSS Codes

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

#ac3bcd Text Font Color

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

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


#ac3bcd Background Color

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

This div background color is #ac3bcd


#ac3bcd Border Color

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

This div border color is #ac3bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3bcd


Comments

No comments written yet.

Please login to write comment.