Color Hex Logo

#ad67ac Color Hex

#AD67AC
(173,103,172)
0 Favorites   0 Comments

Color spaces of #ad67ac

RGB 173103172
HSL0.840.300.54
HSV301°40°68°
CMYK 0.000.400.01   0.32
XYZ29.530221.563341.6354
Yxy21.56330.31850.2325
Hunter Lab46.436332.2498-20.6548
CIE-Lab53.560638.8160-25.2338

#ad67ac color RGB value is (173,103,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100111 10101100
Octal 255 147 254
Decimal 173 103 172
Hex AD 67 AC

RGB Percentages of Color #ad67ac

%38.62
%22.99
%38.39

CMYK Percentages of Color #ad67ac

%0
%40
%1
%32

Triadic Colors of #ad67ac

#ad67ac #acad67 #67acad

Analogous Colors of #ad67ac

#ad67ac #ad6789 #8b67ad

Monochromatic Colors of #ad67ac

#ad67ac

Complementary Color

#ad67ac #67ad68

#ad67ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad67ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad67ac Color CSS Codes

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

#ad67ac Text Font Color

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

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


#ad67ac Background Color

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

This div background color is #ad67ac


#ad67ac Border Color

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

This div border color is #ad67ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad67ac


Comments

No comments written yet.

Please login to write comment.