Color Hex Logo

#ac0756 Color Hex

#AC0756
(172,7,86)
0 Favorites   0 Comments

Color spaces of #ac0756

RGB 172786
HSL0.920.920.35
HSV331°96°67°
CMYK 0.000.960.50   0.33
XYZ18.76909.59459.6668
Yxy9.59450.49350.2523
Hunter Lab30.975053.95413.1790
CIE-Lab37.104662.26482.3379

#ac0756 color RGB value is (172,7,86).

#ac0756 hex color red value is 172, green value is 7 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ac0756 hue: 0.92 , saturation: 0.92 and the lightness value of ac0756 is 0.35.

The process color (four color CMYK) of #ac0756 color hex is 0.00, 0.96, 0.50, 0.33. Web safe color of #ac0756 is #990066. Color #ac0756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000111 01010110
Octal 254 7 126
Decimal 172 7 86
Hex AC 7 56

RGB Percentages of Color #ac0756

%64.91
%2.64
%32.45

CMYK Percentages of Color #ac0756

%0
%96
%50
%33

Triadic Colors of #ac0756

#ac0756 #56ac07 #0756ac

Analogous Colors of #ac0756

#ac0756 #ac0b07 #ac07a9

Monochromatic Colors of #ac0756

#ac0756

Complementary Color

#ac0756 #07ac5d

#ac0756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0756 Color CSS Codes

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

#ac0756 Text Font Color

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

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


#ac0756 Background Color

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

This div background color is #ac0756


#ac0756 Border Color

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

This div border color is #ac0756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0756

#ac0756 Color Palettes


Comments

No comments written yet.

Please login to write comment.