Color Hex Logo

#ac125c Color Hex

#AC125C
(172,18,92)
0 Favorites   0 Comments

Color spaces of #ac125c

RGB 1721892
HSL0.920.810.37
HSV331°90°67°
CMYK 0.000.900.47   0.33
XYZ19.16139.976011.0409
Yxy9.97600.47690.2483
Hunter Lab31.584853.01571.3837
CIE-Lab37.799361.2849-0.5060

#ac125c color RGB value is (172,18,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 01011100
Octal 254 22 134
Decimal 172 18 92
Hex AC 12 5C

RGB Percentages of Color #ac125c

%60.99
%6.38
%32.62

CMYK Percentages of Color #ac125c

%0
%90
%47
%33

Triadic Colors of #ac125c

#ac125c #5cac12 #125cac

Analogous Colors of #ac125c

#ac125c #ac1512 #ac12a9

Monochromatic Colors of #ac125c

#ac125c

Complementary Color

#ac125c #12ac62

#ac125c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac125c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac125c Color CSS Codes

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

#ac125c Text Font Color

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

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


#ac125c Background Color

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

This div background color is #ac125c


#ac125c Border Color

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

This div border color is #ac125c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac125c


Comments

No comments written yet.

Please login to write comment.