Color Hex Logo

#ab569f Color Hex

#AB569F
(171,86,159)
0 Favorites   0 Comments

Color spaces of #ab569f

RGB 17186159
HSL0.860.340.50
HSV308°50°67°
CMYK 0.000.500.07   0.33
XYZ26.380417.816734.8495
Yxy17.81670.33370.2254
Hunter Lab42.209837.6921-19.4044
CIE-Lab49.273044.8010-24.2675

#ab569f color RGB value is (171,86,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 10011111
Octal 253 126 237
Decimal 171 86 159
Hex AB 56 9F

RGB Percentages of Color #ab569f

%41.11
%20.67
%38.22

CMYK Percentages of Color #ab569f

%0
%50
%7
%33

Triadic Colors of #ab569f

#ab569f #9fab56 #569fab

Analogous Colors of #ab569f

#ab569f #ab5675 #8d56ab

Monochromatic Colors of #ab569f

#ab569f

Complementary Color

#ab569f #56ab62

#ab569f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab569f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab569f Color CSS Codes

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

#ab569f Text Font Color

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

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


#ab569f Background Color

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

This div background color is #ab569f


#ab569f Border Color

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

This div border color is #ab569f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab569f


Comments

No comments written yet.

Please login to write comment.