Color Hex Logo

#ac42ab Color Hex

#AC42AB
(172,66,171)
0 Favorites   0 Comments

Color spaces of #ac42ab

RGB 17266171
HSL0.830.450.47
HSV301°62°67°
CMYK 0.000.620.01   0.33
XYZ26.312215.607440.1538
Yxy15.60740.32060.1902
Hunter Lab39.506249.7500-32.6076
CIE-Lab46.455156.6657-35.7417

#ac42ab color RGB value is (172,66,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000010 10101011
Octal 254 102 253
Decimal 172 66 171
Hex AC 42 AB

RGB Percentages of Color #ac42ab

%42.05
%16.14
%41.81

CMYK Percentages of Color #ac42ab

%0
%62
%1
%33

Triadic Colors of #ac42ab

#ac42ab #abac42 #42abac

Analogous Colors of #ac42ab

#ac42ab #ac4276 #7842ac

Monochromatic Colors of #ac42ab

#ac42ab

Complementary Color

#ac42ab #42ac43

#ac42ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac42ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac42ab Color CSS Codes

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

#ac42ab Text Font Color

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

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


#ac42ab Background Color

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

This div background color is #ac42ab


#ac42ab Border Color

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

This div border color is #ac42ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac42ab


Comments

No comments written yet.

Please login to write comment.