Color Hex Logo

#ac41ad Color Hex

#AC41AD
(172,65,173)
0 Favorites   0 Comments

Color spaces of #ac41ad

RGB 17265173
HSL0.830.450.47
HSV299°62°68°
CMYK 0.010.620.00   0.32
XYZ26.446415.568441.1463
Yxy15.56840.31800.1872
Hunter Lab39.456850.5923-34.2090
CIE-Lab46.403157.4432-37.0036

#ac41ad color RGB value is (172,65,173).

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

The process color (four color CMYK) of #ac41ad color hex is 0.01, 0.62, 0.00, 0.32. Web safe color of #ac41ad is #993399. Color #ac41ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000001 10101101
Octal 254 101 255
Decimal 172 65 173
Hex AC 41 AD

RGB Percentages of Color #ac41ad

%41.95
%15.85
%42.20

CMYK Percentages of Color #ac41ad

%1
%62
%0
%32

Triadic Colors of #ac41ad

#ac41ad #adac41 #41adac

Analogous Colors of #ac41ad

#ac41ad #ad4178 #7641ad

Monochromatic Colors of #ac41ad

#ac41ad

Complementary Color

#ac41ad #42ad41

#ac41ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac41ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac41ad Color CSS Codes

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

#ac41ad Text Font Color

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

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


#ac41ad Background Color

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

This div background color is #ac41ad


#ac41ad Border Color

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

This div border color is #ac41ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac41ad


Comments

No comments written yet.

Please login to write comment.