Color Hex Logo

#ad62ac Color Hex

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

Color spaces of #ad62ac

RGB 17398172
HSL0.840.310.53
HSV301°43°68°
CMYK 0.000.430.01   0.32
XYZ29.047720.598241.4746
Yxy20.59820.31880.2261
Hunter Lab45.385234.8203-22.4116
CIE-Lab52.506941.5031-26.8633

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

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

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

Base Numbers

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

RGB Percentages of Color #ad62ac

%39.05
%22.12
%38.83

CMYK Percentages of Color #ad62ac

%0
%43
%1
%32

Triadic Colors of #ad62ac

#ad62ac #acad62 #62acad

Analogous Colors of #ad62ac

#ad62ac #ad6287 #8962ad

Monochromatic Colors of #ad62ac

#ad62ac

Complementary Color

#ad62ac #62ad63

#ad62ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad62ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad62ac Color CSS Codes

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

#ad62ac Text Font Color

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

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


#ad62ac Background Color

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

This div background color is #ad62ac


#ad62ac Border Color

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

This div border color is #ad62ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad62ac


Comments

No comments written yet.

Please login to write comment.