Color Hex Logo

#ac75ad Color Hex

#AC75AD
(172,117,173)
0 Favorites   0 Comments

Color spaces of #ac75ad

RGB 172117173
HSL0.830.250.57
HSV299°32°68°
CMYK 0.010.320.00   0.32
XYZ30.917424.510442.6366
Yxy24.51040.31530.2499
Hunter Lab49.508024.8331-16.4054
CIE-Lab56.595230.9573-21.1560

#ac75ad color RGB value is (172,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 10101101
Octal 254 165 255
Decimal 172 117 173
Hex AC 75 AD

RGB Percentages of Color #ac75ad

%37.23
%25.32
%37.45

CMYK Percentages of Color #ac75ad

%1
%32
%0
%32

Triadic Colors of #ac75ad

#ac75ad #adac75 #75adac

Analogous Colors of #ac75ad

#ac75ad #ad7592 #9075ad

Monochromatic Colors of #ac75ad

#ac75ad

Complementary Color

#ac75ad #76ad75

#ac75ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac75ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac75ad Color CSS Codes

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

#ac75ad Text Font Color

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

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


#ac75ad Background Color

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

This div background color is #ac75ad


#ac75ad Border Color

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

This div border color is #ac75ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac75ad


Comments

No comments written yet.

Please login to write comment.