Color Hex Logo

#ab539f Color Hex

#AB539F
(171,83,159)
0 Favorites   0 Comments

Color spaces of #ab539f

RGB 17183159
HSL0.860.350.50
HSV308°51°67°
CMYK 0.000.510.07   0.33
XYZ26.145917.347634.7713
Yxy17.34760.33410.2217
Hunter Lab41.650539.1644-20.3421
CIE-Lab48.695146.3229-25.1615

#ab539f color RGB value is (171,83,159).

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

The process color (four color CMYK) of #ab539f color hex is 0.00, 0.51, 0.07, 0.33. Web safe color of #ab539f is #996699. Color #ab539f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 10011111
Octal 253 123 237
Decimal 171 83 159
Hex AB 53 9F

RGB Percentages of Color #ab539f

%41.40
%20.10
%38.50

CMYK Percentages of Color #ab539f

%0
%51
%7
%33

Triadic Colors of #ab539f

#ab539f #9fab53 #539fab

Analogous Colors of #ab539f

#ab539f #ab5373 #8b53ab

Monochromatic Colors of #ab539f

#ab539f

Complementary Color

#ab539f #53ab5f

#ab539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab539f Color CSS Codes

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

#ab539f Text Font Color

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

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


#ab539f Background Color

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

This div background color is #ab539f


#ab539f Border Color

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

This div border color is #ab539f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab539f


Comments

No comments written yet.

Please login to write comment.