Color Hex Logo

#ac126a Color Hex

#AC126A
(172,18,106)
0 Favorites   0 Comments

Color spaces of #ac126a

RGB 17218106
HSL0.900.810.37
HSV326°90°67°
CMYK 0.000.900.38   0.33
XYZ19.831110.243914.5677
Yxy10.24390.44420.2295
Hunter Lab32.006154.5886-4.5818
CIE-Lab38.276762.6045-8.7112

#ac126a color RGB value is (172,18,106).

#ac126a hex color red value is 172, green value is 18 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ac126a hue: 0.90 , saturation: 0.81 and the lightness value of ac126a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 01101010
Octal 254 22 152
Decimal 172 18 106
Hex AC 12 6A

RGB Percentages of Color #ac126a

%58.11
%6.08
%35.81

CMYK Percentages of Color #ac126a

%0
%90
%38
%33

Triadic Colors of #ac126a

#ac126a #6aac12 #126aac

Analogous Colors of #ac126a

#ac126a #ac121d #a112ac

Monochromatic Colors of #ac126a

#ac126a

Complementary Color

#ac126a #12ac54

#ac126a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac126a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac126a Color CSS Codes

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

#ac126a Text Font Color

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

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


#ac126a Background Color

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

This div background color is #ac126a


#ac126a Border Color

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

This div border color is #ac126a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac126a


Comments

No comments written yet.

Please login to write comment.