Color Hex Logo

#ab139c Color Hex

#AB139C
(171,19,156)
0 Favorites   0 Comments

Color spaces of #ab139c

RGB 17119156
HSL0.850.800.37
HSV306°89°67°
CMYK 0.000.890.09   0.33
XYZ23.028211.524032.4631
Yxy11.52400.34360.1720
Hunter Lab33.947061.6795-32.9354
CIE-Lab40.449468.3888-36.2838

#ab139c color RGB value is (171,19,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010011 10011100
Octal 253 23 234
Decimal 171 19 156
Hex AB 13 9C

RGB Percentages of Color #ab139c

%49.42
%5.49
%45.09

CMYK Percentages of Color #ab139c

%0
%89
%9
%33

Triadic Colors of #ab139c

#ab139c #9cab13 #139cab

Analogous Colors of #ab139c

#ab139c #ab1350 #6e13ab

Monochromatic Colors of #ab139c

#ab139c

Complementary Color

#ab139c #13ab22

#ab139c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab139c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab139c Color CSS Codes

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

#ab139c Text Font Color

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

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


#ab139c Background Color

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

This div background color is #ab139c


#ab139c Border Color

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

This div border color is #ab139c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab139c


Comments

No comments written yet.

Please login to write comment.