Color Hex Logo

#ac128d Color Hex

#AC128D
(172,18,141)
0 Favorites   0 Comments

Color spaces of #ac128d

RGB 17218141
HSL0.870.810.37
HSV312°90°67°
CMYK 0.000.900.18   0.33
XYZ22.037311.126426.1854
Yxy11.12640.37130.1875
Hunter Lab33.356359.5552-23.1946
CIE-Lab39.792666.6834-28.1800

#ac128d color RGB value is (172,18,141).

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

The process color (four color CMYK) of #ac128d color hex is 0.00, 0.90, 0.18, 0.33. Web safe color of #ac128d is #990099. Color #ac128d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 10001101
Octal 254 22 215
Decimal 172 18 141
Hex AC 12 8D

RGB Percentages of Color #ac128d

%51.96
%5.44
%42.60

CMYK Percentages of Color #ac128d

%0
%90
%18
%33

Triadic Colors of #ac128d

#ac128d #8dac12 #128dac

Analogous Colors of #ac128d

#ac128d #ac1240 #7e12ac

Monochromatic Colors of #ac128d

#ac128d

Complementary Color

#ac128d #12ac31

#ac128d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac128d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac128d Color CSS Codes

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

#ac128d Text Font Color

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

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


#ac128d Background Color

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

This div background color is #ac128d


#ac128d Border Color

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

This div border color is #ac128d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac128d


Comments

No comments written yet.

Please login to write comment.