Color Hex Logo

#ac134e Color Hex

#AC134E
(172,19,78)
0 Favorites   0 Comments

Color spaces of #ac134e

RGB 1721978
HSL0.940.800.37
HSV337°89°67°
CMYK 0.000.890.55   0.33
XYZ18.62139.78658.1153
Yxy9.78650.50980.2680
Hunter Lab31.283451.50546.5178
CIE-Lab37.456559.98227.9988

#ac134e color RGB value is (172,19,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010011 01001110
Octal 254 23 116
Decimal 172 19 78
Hex AC 13 4E

RGB Percentages of Color #ac134e

%63.94
%7.06
%29.00

CMYK Percentages of Color #ac134e

%0
%89
%55
%33

Triadic Colors of #ac134e

#ac134e #4eac13 #134eac

Analogous Colors of #ac134e

#ac134e #ac2513 #ac139b

Monochromatic Colors of #ac134e

#ac134e

Complementary Color

#ac134e #13ac71

#ac134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac134e Color CSS Codes

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

#ac134e Text Font Color

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

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


#ac134e Background Color

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

This div background color is #ac134e


#ac134e Border Color

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

This div border color is #ac134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac134e


Comments

No comments written yet.

Please login to write comment.