Color Hex Logo

#ab158f Color Hex

#AB158F
(171,21,143)
0 Favorites   0 Comments

Color spaces of #ab158f

RGB 17121143
HSL0.860.780.38
HSV311°88°67°
CMYK 0.000.880.16   0.33
XYZ22.020711.177426.9834
Yxy11.17740.36590.1857
Hunter Lab33.432659.0636-24.4500
CIE-Lab39.877766.2393-29.2840

#ab158f color RGB value is (171,21,143).

#ab158f hex color red value is 171, green value is 21 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ab158f hue: 0.86 , saturation: 0.78 and the lightness value of ab158f is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 10001111
Octal 253 25 217
Decimal 171 21 143
Hex AB 15 8F

RGB Percentages of Color #ab158f

%51.04
%6.27
%42.69

CMYK Percentages of Color #ab158f

%0
%88
%16
%33

Triadic Colors of #ab158f

#ab158f #8fab15 #158fab

Analogous Colors of #ab158f

#ab158f #ab1544 #7c15ab

Monochromatic Colors of #ab158f

#ab158f

Complementary Color

#ab158f #15ab31

#ab158f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab158f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab158f Color CSS Codes

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

#ab158f Text Font Color

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

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


#ab158f Background Color

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

This div background color is #ab158f


#ab158f Border Color

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

This div border color is #ab158f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab158f


Comments

No comments written yet.

Please login to write comment.