Color Hex Logo

#ac146a Color Hex

#AC146A
(172,20,106)
0 Favorites   0 Comments

Color spaces of #ac146a

RGB 17220106
HSL0.910.790.38
HSV326°88°67°
CMYK 0.000.880.38   0.33
XYZ19.864910.311614.5790
Yxy10.31160.44390.2304
Hunter Lab32.111754.2281-4.4400
CIE-Lab38.396062.2586-8.5320

#ac146a color RGB value is (172,20,106).

#ac146a hex color red value is 172, green value is 20 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ac146a hue: 0.91 , saturation: 0.79 and the lightness value of ac146a is 0.38.

The process color (four color CMYK) of #ac146a color hex is 0.00, 0.88, 0.38, 0.33. Web safe color of #ac146a is #990066. Color #ac146a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010100 01101010
Octal 254 24 152
Decimal 172 20 106
Hex AC 14 6A

RGB Percentages of Color #ac146a

%57.72
%6.71
%35.57

CMYK Percentages of Color #ac146a

%0
%88
%38
%33

Triadic Colors of #ac146a

#ac146a #6aac14 #146aac

Analogous Colors of #ac146a

#ac146a #ac141e #a214ac

Monochromatic Colors of #ac146a

#ac146a

Complementary Color

#ac146a #14ac56

#ac146a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac146a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac146a Color CSS Codes

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

#ac146a Text Font Color

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

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


#ac146a Background Color

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

This div background color is #ac146a


#ac146a Border Color

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

This div border color is #ac146a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac146a


Comments

No comments written yet.

Please login to write comment.