Color Hex Logo

#ac0061 Color Hex

#AC0061
(172,0,97)
0 Favorites   0 Comments

Color spaces of #ac0061

RGB 172097
HSL0.911.000.34
HSV326°100°67°
CMYK 0.001.000.44   0.33
XYZ19.17099.633712.1583
Yxy9.63370.46800.2352
Hunter Lab31.038255.9346-1.4984
CIE-Lab37.176864.0171-4.6250

#ac0061 color RGB value is (172,0,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000000 01100001
Octal 254 0 141
Decimal 172 0 97
Hex AC 0 61

RGB Percentages of Color #ac0061

%63.94
%0.00
%36.06

CMYK Percentages of Color #ac0061

%0
%100
%44
%33

Triadic Colors of #ac0061

#ac0061 #61ac00 #0061ac

Analogous Colors of #ac0061

#ac0061 #ac000b #a100ac

Monochromatic Colors of #ac0061

#ac0061

Complementary Color

#ac0061 #00ac4b

#ac0061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0061 Color CSS Codes

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

#ac0061 Text Font Color

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

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


#ac0061 Background Color

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

This div background color is #ac0061


#ac0061 Border Color

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

This div border color is #ac0061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0061


Comments

No comments written yet.

Please login to write comment.