Color Hex Logo

#ac62ad Color Hex

#AC62AD
(172,98,173)
0 Favorites   0 Comments

Color spaces of #ac62ad

RGB 17298173
HSL0.830.310.53
HSV299°43°68°
CMYK 0.010.430.00   0.32
XYZ28.923820.523241.9721
Yxy20.52320.31640.2245
Hunter Lab45.302534.6854-23.2195
CIE-Lab52.423741.3824-27.5842

#ac62ad color RGB value is (172,98,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 10101101
Octal 254 142 255
Decimal 172 98 173
Hex AC 62 AD

RGB Percentages of Color #ac62ad

%38.83
%22.12
%39.05

CMYK Percentages of Color #ac62ad

%1
%43
%0
%32

Triadic Colors of #ac62ad

#ac62ad #adac62 #62adac

Analogous Colors of #ac62ad

#ac62ad #ad6289 #8762ad

Monochromatic Colors of #ac62ad

#ac62ad

Complementary Color

#ac62ad #63ad62

#ac62ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac62ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac62ad Color CSS Codes

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

#ac62ad Text Font Color

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

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


#ac62ad Background Color

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

This div background color is #ac62ad


#ac62ad Border Color

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

This div border color is #ac62ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac62ad


Comments

No comments written yet.

Please login to write comment.