Color Hex Logo

#ac005f Color Hex

#AC005F
(172,0,95)
0 Favorites   0 Comments

Color spaces of #ac005f

RGB 172095
HSL0.911.000.34
HSV327°100°67°
CMYK 0.001.000.45   0.33
XYZ19.07889.596911.6733
Yxy9.59690.47280.2378
Hunter Lab30.978955.7189-0.6562
CIE-Lab37.109063.8390-3.4439

#ac005f color RGB value is (172,0,95).

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

The process color (four color CMYK) of #ac005f color hex is 0.00, 1.00, 0.45, 0.33. Web safe color of #ac005f is #990066. Color #ac005f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000000 01011111
Octal 254 0 137
Decimal 172 0 95
Hex AC 0 5F

RGB Percentages of Color #ac005f

%64.42
%0.00
%35.58

CMYK Percentages of Color #ac005f

%0
%100
%45
%33

Triadic Colors of #ac005f

#ac005f #5fac00 #005fac

Analogous Colors of #ac005f

#ac005f #ac0009 #a300ac

Monochromatic Colors of #ac005f

#ac005f

Complementary Color

#ac005f #00ac4d

#ac005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac005f Color CSS Codes

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

#ac005f Text Font Color

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

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


#ac005f Background Color

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

This div background color is #ac005f


#ac005f Border Color

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

This div border color is #ac005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac005f


Comments

No comments written yet.

Please login to write comment.