Color Hex Logo

#ab149c Color Hex

#AB149C
(171,20,156)
0 Favorites   0 Comments

Color spaces of #ab149c

RGB 17120156
HSL0.850.790.37
HSV306°88°67°
CMYK 0.000.880.09   0.33
XYZ23.045511.558532.4689
Yxy11.55850.34360.1723
Hunter Lab33.997861.5006-32.8252
CIE-Lab40.505668.2243-36.1947

#ab149c color RGB value is (171,20,156).

#ab149c hex color red value is 171, green value is 20 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ab149c hue: 0.85 , saturation: 0.79 and the lightness value of ab149c is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010100 10011100
Octal 253 24 234
Decimal 171 20 156
Hex AB 14 9C

RGB Percentages of Color #ab149c

%49.28
%5.76
%44.96

CMYK Percentages of Color #ab149c

%0
%88
%9
%33

Triadic Colors of #ab149c

#ab149c #9cab14 #149cab

Analogous Colors of #ab149c

#ab149c #ab1450 #6f14ab

Monochromatic Colors of #ab149c

#ab149c

Complementary Color

#ab149c #14ab23

#ab149c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab149c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab149c Color CSS Codes

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

#ab149c Text Font Color

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

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


#ab149c Background Color

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

This div background color is #ab149c


#ab149c Border Color

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

This div border color is #ab149c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,20,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab149c


Comments

No comments written yet.

Please login to write comment.