Color Hex Logo

#ac40af Color Hex

#AC40AF
(172,64,175)
0 Favorites   0 Comments

Color spaces of #ac40af

RGB 17264175
HSL0.830.460.47
HSV298°63°69°
CMYK 0.020.630.00   0.31
XYZ26.584515.532642.1544
Yxy15.53260.31550.1843
Hunter Lab39.411451.4350-35.8285
CIE-Lab46.355258.2167-38.2575

#ac40af color RGB value is (172,64,175).

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

The process color (four color CMYK) of #ac40af color hex is 0.02, 0.63, 0.00, 0.31. Web safe color of #ac40af is #993399. Color #ac40af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 10101111
Octal 254 100 257
Decimal 172 64 175
Hex AC 40 AF

RGB Percentages of Color #ac40af

%41.85
%15.57
%42.58

CMYK Percentages of Color #ac40af

%2
%63
%0
%31

Triadic Colors of #ac40af

#ac40af #afac40 #40afac

Analogous Colors of #ac40af

#ac40af #af407b #7540af

Monochromatic Colors of #ac40af

#ac40af

Complementary Color

#ac40af #43af40

#ac40af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac40af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac40af Color CSS Codes

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

#ac40af Text Font Color

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

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


#ac40af Background Color

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

This div background color is #ac40af


#ac40af Border Color

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

This div border color is #ac40af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac40af


Comments

No comments written yet.

Please login to write comment.