Color Hex Logo

#ac7dad Color Hex

#AC7DAD
(172,125,173)
0 Favorites   0 Comments

Color spaces of #ac7dad

RGB 172125173
HSL0.830.230.58
HSV299°28°68°
CMYK 0.010.280.00   0.32
XYZ31.889726.455042.9607
Yxy26.45500.31480.2611
Hunter Lab51.434420.6610-13.5180
CIE-Lab58.466426.4593-18.2996

#ac7dad color RGB value is (172,125,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111101 10101101
Octal 254 175 255
Decimal 172 125 173
Hex AC 7D AD

RGB Percentages of Color #ac7dad

%36.60
%26.60
%36.81

CMYK Percentages of Color #ac7dad

%1
%28
%0
%32

Triadic Colors of #ac7dad

#ac7dad #adac7d #7dadac

Analogous Colors of #ac7dad

#ac7dad #ad7d96 #947dad

Monochromatic Colors of #ac7dad

#ac7dad

Complementary Color

#ac7dad #7ead7d

#ac7dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7dad Color CSS Codes

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

#ac7dad Text Font Color

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

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


#ac7dad Background Color

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

This div background color is #ac7dad


#ac7dad Border Color

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

This div border color is #ac7dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7dad


Comments

No comments written yet.

Please login to write comment.