Color Hex Logo

#ab129f Color Hex

#AB129F
(171,18,159)
0 Favorites   0 Comments

Color spaces of #ab129f

RGB 17118159
HSL0.850.810.37
HSV305°89°67°
CMYK 0.000.890.07   0.33
XYZ23.268911.593733.8123
Yxy11.59370.33880.1688
Hunter Lab34.049562.3974-35.0423
CIE-Lab40.562968.9815-37.9139

#ab129f color RGB value is (171,18,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010010 10011111
Octal 253 22 237
Decimal 171 18 159
Hex AB 12 9F

RGB Percentages of Color #ab129f

%49.14
%5.17
%45.69

CMYK Percentages of Color #ab129f

%0
%89
%7
%33

Triadic Colors of #ab129f

#ab129f #9fab12 #129fab

Analogous Colors of #ab129f

#ab129f #ab1253 #6b12ab

Monochromatic Colors of #ab129f

#ab129f

Complementary Color

#ab129f #12ab1e

#ab129f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab129f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab129f Color CSS Codes

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

#ab129f Text Font Color

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

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


#ab129f Background Color

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

This div background color is #ab129f


#ab129f Border Color

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

This div border color is #ab129f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab129f


Comments

No comments written yet.

Please login to write comment.