Color Hex Logo

#ac148d Color Hex

#AC148D
(172,20,141)
0 Favorites   0 Comments

Color spaces of #ac148d

RGB 17220141
HSL0.870.790.38
HSV312°88°67°
CMYK 0.000.880.18   0.33
XYZ22.071111.194126.1967
Yxy11.19410.37120.1883
Hunter Lab33.457659.2010-23.0027
CIE-Lab39.905566.3536-28.0032

#ac148d color RGB value is (172,20,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010100 10001101
Octal 254 24 215
Decimal 172 20 141
Hex AC 14 8D

RGB Percentages of Color #ac148d

%51.65
%6.01
%42.34

CMYK Percentages of Color #ac148d

%0
%88
%18
%33

Triadic Colors of #ac148d

#ac148d #8dac14 #148dac

Analogous Colors of #ac148d

#ac148d #ac1441 #7f14ac

Monochromatic Colors of #ac148d

#ac148d

Complementary Color

#ac148d #14ac33

#ac148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac148d Color CSS Codes

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

#ac148d Text Font Color

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

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


#ac148d Background Color

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

This div background color is #ac148d


#ac148d Border Color

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

This div border color is #ac148d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac148d


Comments

No comments written yet.

Please login to write comment.