Color Hex Logo

#ac126f Color Hex

#AC126F
(172,18,111)
0 Favorites   0 Comments

Color spaces of #ac126f

RGB 17218111
HSL0.900.810.37
HSV324°90°67°
CMYK 0.000.900.35   0.33
XYZ20.098810.351015.9775
Yxy10.35100.43290.2230
Hunter Lab32.173055.2082-6.9231
CIE-Lab38.465263.1204-11.5850

#ac126f color RGB value is (172,18,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 01101111
Octal 254 22 157
Decimal 172 18 111
Hex AC 12 6F

RGB Percentages of Color #ac126f

%57.14
%5.98
%36.88

CMYK Percentages of Color #ac126f

%0
%90
%35
%33

Triadic Colors of #ac126f

#ac126f #6fac12 #126fac

Analogous Colors of #ac126f

#ac126f #ac1222 #9c12ac

Monochromatic Colors of #ac126f

#ac126f

Complementary Color

#ac126f #12ac4f

#ac126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac126f Color CSS Codes

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

#ac126f Text Font Color

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

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


#ac126f Background Color

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

This div background color is #ac126f


#ac126f Border Color

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

This div border color is #ac126f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac126f


Comments

No comments written yet.

Please login to write comment.