Color Hex Logo

#ab059f Color Hex

#AB059F
(171,5,159)
0 Favorites   0 Comments

Color spaces of #ab059f

RGB 1715159
HSL0.850.940.35
HSV304°97°67°
CMYK 0.000.970.07   0.33
XYZ23.106911.269733.7583
Yxy11.26970.33910.1654
Hunter Lab33.570464.1156-36.1226
CIE-Lab40.031170.5466-38.7588

#ab059f color RGB value is (171,5,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 10011111
Octal 253 5 237
Decimal 171 5 159
Hex AB 5 9F

RGB Percentages of Color #ab059f

%51.04
%1.49
%47.46

CMYK Percentages of Color #ab059f

%0
%97
%7
%33

Triadic Colors of #ab059f

#ab059f #9fab05 #059fab

Analogous Colors of #ab059f

#ab059f #ab054c #6405ab

Monochromatic Colors of #ab059f

#ab059f

Complementary Color

#ab059f #05ab11

#ab059f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab059f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab059f Color CSS Codes

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

#ab059f Text Font Color

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

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


#ab059f Background Color

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

This div background color is #ab059f


#ab059f Border Color

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

This div border color is #ab059f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab059f


Comments

No comments written yet.

Please login to write comment.