Color Hex Logo

#ac115f Color Hex

#AC115F
(172,17,95)
0 Favorites   0 Comments

Color spaces of #ac115f

RGB 1721795
HSL0.920.820.37
HSV330°90°67°
CMYK 0.000.900.45   0.33
XYZ19.27939.997811.7401
Yxy9.99780.47000.2437
Hunter Lab31.619353.50340.1194
CIE-Lab37.838561.7167-2.3671

#ac115f color RGB value is (172,17,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010001 01011111
Octal 254 21 137
Decimal 172 17 95
Hex AC 11 5F

RGB Percentages of Color #ac115f

%60.56
%5.99
%33.45

CMYK Percentages of Color #ac115f

%0
%90
%45
%33

Triadic Colors of #ac115f

#ac115f #5fac11 #115fac

Analogous Colors of #ac115f

#ac115f #ac1112 #ac11ac

Monochromatic Colors of #ac115f

#ac115f

Complementary Color

#ac115f #11ac5e

#ac115f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac115f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac115f Color CSS Codes

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

#ac115f Text Font Color

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

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


#ac115f Background Color

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

This div background color is #ac115f


#ac115f Border Color

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

This div border color is #ac115f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,17,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 #ac115f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac115f

#ac115f Color Palettes


Comments

No comments written yet.

Please login to write comment.