Color Hex Logo

#ac008f Color Hex

#AC008F
(172,0,143)
0 Favorites   0 Comments

Color spaces of #ac008f

RGB 1720143
HSL0.861.000.34
HSV310°100°67°
CMYK 0.001.000.17   0.33
XYZ21.971210.753826.9043
Yxy10.75380.36850.1803
Hunter Lab32.793062.2067-25.6881
CIE-Lab39.162769.0909-30.3939

#ac008f color RGB value is (172,0,143).

#ac008f hex color red value is 172, green value is 0 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ac008f hue: 0.86 , saturation: 1.00 and the lightness value of ac008f is 0.34.

The process color (four color CMYK) of #ac008f color hex is 0.00, 1.00, 0.17, 0.33. Web safe color of #ac008f is #990099. Color #ac008f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000000 10001111
Octal 254 0 217
Decimal 172 0 143
Hex AC 0 8F

RGB Percentages of Color #ac008f

%54.60
%0.00
%45.40

CMYK Percentages of Color #ac008f

%0
%100
%17
%33

Triadic Colors of #ac008f

#ac008f #8fac00 #008fac

Analogous Colors of #ac008f

#ac008f #ac0039 #7300ac

Monochromatic Colors of #ac008f

#ac008f

Complementary Color

#ac008f #00ac1d

#ac008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac008f Color CSS Codes

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

#ac008f Text Font Color

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

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


#ac008f Background Color

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

This div background color is #ac008f


#ac008f Border Color

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

This div border color is #ac008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac008f


Comments

No comments written yet.

Please login to write comment.