Color Hex Logo

#ac3bac Color Hex

#AC3BAC
(172,59,172)
0 Favorites   0 Comments

Color spaces of #ac3bac

RGB 17259172
HSL0.830.490.45
HSV300°66°67°
CMYK 0.000.660.00   0.33
XYZ26.023614.877140.5297
Yxy14.87710.31960.1827
Hunter Lab38.570852.9343-35.3015
CIE-Lab45.465459.7360-37.8943

#ac3bac color RGB value is (172,59,172).

#ac3bac hex color red value is 172, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac3bac hue: 0.83 , saturation: 0.49 and the lightness value of ac3bac is 0.45.

The process color (four color CMYK) of #ac3bac color hex is 0.00, 0.66, 0.00, 0.33. Web safe color of #ac3bac is #993399. Color #ac3bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111011 10101100
Octal 254 73 254
Decimal 172 59 172
Hex AC 3B AC

RGB Percentages of Color #ac3bac

%42.68
%14.64
%42.68

CMYK Percentages of Color #ac3bac

%0
%66
%0
%33

Triadic Colors of #ac3bac

#ac3bac #acac3b #3bacac

Analogous Colors of #ac3bac

#ac3bac #ac3b74 #743bac

Monochromatic Colors of #ac3bac

#ac3bac

Complementary Color

#ac3bac #3bac3b

#ac3bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3bac Color CSS Codes

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

#ac3bac Text Font Color

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

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


#ac3bac Background Color

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

This div background color is #ac3bac


#ac3bac Border Color

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

This div border color is #ac3bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3bac


Comments

No comments written yet.

Please login to write comment.