Color Hex Logo

#ac114d Color Hex

#AC114D
(172,17,77)
0 Favorites   0 Comments

Color spaces of #ac114d

RGB 1721777
HSL0.940.820.37
HSV337°90°67°
CMYK 0.000.900.55   0.33
XYZ18.55339.70747.9170
Yxy9.70740.51280.2683
Hunter Lab31.156751.76966.7439
CIE-Lab37.312160.25088.4410

#ac114d color RGB value is (172,17,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010001 01001101
Octal 254 21 115
Decimal 172 17 77
Hex AC 11 4D

RGB Percentages of Color #ac114d

%64.66
%6.39
%28.95

CMYK Percentages of Color #ac114d

%0
%90
%55
%33

Triadic Colors of #ac114d

#ac114d #4dac11 #114dac

Analogous Colors of #ac114d

#ac114d #ac2211 #ac119b

Monochromatic Colors of #ac114d

#ac114d

Complementary Color

#ac114d #11ac70

#ac114d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac114d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac114d Color CSS Codes

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

#ac114d Text Font Color

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

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


#ac114d Background Color

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

This div background color is #ac114d


#ac114d Border Color

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

This div border color is #ac114d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac114d


Comments

No comments written yet.

Please login to write comment.