Color Hex Logo

#ac61ad Color Hex

#AC61AD
(172,97,173)
0 Favorites   0 Comments

Color spaces of #ac61ad

RGB 17297173
HSL0.830.320.53
HSV299°44°68°
CMYK 0.010.440.00   0.32
XYZ28.830820.337241.9411
Yxy20.33720.31640.2232
Hunter Lab45.096835.1974-23.5734
CIE-Lab52.216341.9152-27.9058

#ac61ad color RGB value is (172,97,173).

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

The process color (four color CMYK) of #ac61ad color hex is 0.01, 0.44, 0.00, 0.32. Web safe color of #ac61ad is #996699. Color #ac61ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100001 10101101
Octal 254 141 255
Decimal 172 97 173
Hex AC 61 AD

RGB Percentages of Color #ac61ad

%38.91
%21.95
%39.14

CMYK Percentages of Color #ac61ad

%1
%44
%0
%32

Triadic Colors of #ac61ad

#ac61ad #adac61 #61adac

Analogous Colors of #ac61ad

#ac61ad #ad6188 #8661ad

Monochromatic Colors of #ac61ad

#ac61ad

Complementary Color

#ac61ad #62ad61

#ac61ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac61ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac61ad Color CSS Codes

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

#ac61ad Text Font Color

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

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


#ac61ad Background Color

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

This div background color is #ac61ad


#ac61ad Border Color

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

This div border color is #ac61ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac61ad


Comments

No comments written yet.

Please login to write comment.