Color Hex Logo

#ab128e Color Hex

#AB128E
(171,18,142)
0 Favorites   0 Comments

Color spaces of #ab128e

RGB 17118142
HSL0.860.810.37
HSV311°89°67°
CMYK 0.000.890.17   0.33
XYZ21.893411.043526.5689
Yxy11.04350.36790.1856
Hunter Lab33.231859.4419-24.1403
CIE-Lab39.653666.6121-29.0237

#ab128e color RGB value is (171,18,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010010 10001110
Octal 253 22 216
Decimal 171 18 142
Hex AB 12 8E

RGB Percentages of Color #ab128e

%51.66
%5.44
%42.90

CMYK Percentages of Color #ab128e

%0
%89
%17
%33

Triadic Colors of #ab128e

#ab128e #8eab12 #128eab

Analogous Colors of #ab128e

#ab128e #ab1242 #7c12ab

Monochromatic Colors of #ab128e

#ab128e

Complementary Color

#ab128e #12ab2f

#ab128e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab128e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab128e Color CSS Codes

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

#ab128e Text Font Color

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

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


#ab128e Background Color

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

This div background color is #ab128e


#ab128e Border Color

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

This div border color is #ab128e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab128e


Comments

No comments written yet.

Please login to write comment.