Color Hex Logo

#ac1170 Color Hex

#AC1170
(172,17,112)
0 Favorites   0 Comments

Color spaces of #ac1170

RGB 17217112
HSL0.900.820.37
HSV323°90°67°
CMYK 0.000.900.35   0.33
XYZ20.138310.341416.2639
Yxy10.34140.43080.2212
Hunter Lab32.158055.5053-7.4752
CIE-Lab38.448363.3881-12.2406

#ac1170 color RGB value is (172,17,112).

#ac1170 hex color red value is 172, green value is 17 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ac1170 hue: 0.90 , saturation: 0.82 and the lightness value of ac1170 is 0.37.

The process color (four color CMYK) of #ac1170 color hex is 0.00, 0.90, 0.35, 0.33. Web safe color of #ac1170 is #990066. Color #ac1170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010001 01110000
Octal 254 21 160
Decimal 172 17 112
Hex AC 11 70

RGB Percentages of Color #ac1170

%57.14
%5.65
%37.21

CMYK Percentages of Color #ac1170

%0
%90
%35
%33

Triadic Colors of #ac1170

#ac1170 #70ac11 #1170ac

Analogous Colors of #ac1170

#ac1170 #ac1123 #9b11ac

Monochromatic Colors of #ac1170

#ac1170

Complementary Color

#ac1170 #11ac4d

#ac1170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1170 Color CSS Codes

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

#ac1170 Text Font Color

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

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


#ac1170 Background Color

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

This div background color is #ac1170


#ac1170 Border Color

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

This div border color is #ac1170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1170


Comments

No comments written yet.

Please login to write comment.