Color Hex Logo

#ab568e Color Hex

#AB568E
(171,86,142)
0 Favorites   0 Comments

Color spaces of #ab568e

RGB 17186142
HSL0.890.340.50
HSV320°50°67°
CMYK 0.000.500.17   0.33
XYZ25.004917.266527.6061
Yxy17.26650.35780.2471
Hunter Lab41.553034.6964-10.3028
CIE-Lab48.594141.9573-15.2147

#ab568e color RGB value is (171,86,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 10001110
Octal 253 126 216
Decimal 171 86 142
Hex AB 56 8E

RGB Percentages of Color #ab568e

%42.86
%21.55
%35.59

CMYK Percentages of Color #ab568e

%0
%50
%17
%33

Triadic Colors of #ab568e

#ab568e #8eab56 #568eab

Analogous Colors of #ab568e

#ab568e #ab5664 #9e56ab

Monochromatic Colors of #ab568e

#ab568e

Complementary Color

#ab568e #56ab73

#ab568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab568e Color CSS Codes

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

#ab568e Text Font Color

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

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


#ab568e Background Color

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

This div background color is #ab568e


#ab568e Border Color

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

This div border color is #ab568e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab568e


Comments

No comments written yet.

Please login to write comment.