Color Hex Logo

#ac70af Color Hex

#AC70AF
(172,112,175)
0 Favorites   0 Comments

Color spaces of #ac70af

RGB 172112175
HSL0.830.280.56
HSV297°36°69°
CMYK 0.020.360.00   0.31
XYZ30.545323.454143.4746
Yxy23.45410.31340.2406
Hunter Lab48.429427.8316-19.3234
CIE-Lab55.537034.1334-23.9329

#ac70af color RGB value is (172,112,175).

#ac70af hex color red value is 172, green value is 112 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ac70af hue: 0.83 , saturation: 0.28 and the lightness value of ac70af is 0.56.

The process color (four color CMYK) of #ac70af color hex is 0.02, 0.36, 0.00, 0.31. Web safe color of #ac70af is #996699. Color #ac70af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 10101111
Octal 254 160 257
Decimal 172 112 175
Hex AC 70 AF

RGB Percentages of Color #ac70af

%37.47
%24.40
%38.13

CMYK Percentages of Color #ac70af

%2
%36
%0
%31

Triadic Colors of #ac70af

#ac70af #afac70 #70afac

Analogous Colors of #ac70af

#ac70af #af7093 #8d70af

Monochromatic Colors of #ac70af

#ac70af

Complementary Color

#ac70af #73af70

#ac70af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac70af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac70af Color CSS Codes

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

#ac70af Text Font Color

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

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


#ac70af Background Color

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

This div background color is #ac70af


#ac70af Border Color

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

This div border color is #ac70af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,112,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac70af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac70af


Comments

No comments written yet.

Please login to write comment.