Color Hex Logo

#ac194d Color Hex

#AC194D
(172,25,77)
0 Favorites   0 Comments

Color spaces of #ac194d

RGB 1722577
HSL0.940.750.39
HSV339°85°67°
CMYK 0.000.850.55   0.33
XYZ18.700410.00177.9661
Yxy10.00170.51000.2728
Hunter Lab31.625550.20407.2033
CIE-Lab37.845558.71629.1885

#ac194d color RGB value is (172,25,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 01001101
Octal 254 31 115
Decimal 172 25 77
Hex AC 19 4D

RGB Percentages of Color #ac194d

%62.77
%9.12
%28.10

CMYK Percentages of Color #ac194d

%0
%85
%55
%33

Triadic Colors of #ac194d

#ac194d #4dac19 #194dac

Analogous Colors of #ac194d

#ac194d #ac2f19 #ac1997

Monochromatic Colors of #ac194d

#ac194d

Complementary Color

#ac194d #19ac78

#ac194d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac194d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac194d Color CSS Codes

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

#ac194d Text Font Color

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

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


#ac194d Background Color

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

This div background color is #ac194d


#ac194d Border Color

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

This div border color is #ac194d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac194d


Comments

No comments written yet.

Please login to write comment.