Color Hex Logo

#ab588e Color Hex

#AB588E
(171,88,142)
0 Favorites   0 Comments

Color spaces of #ab588e

RGB 17188142
HSL0.890.330.51
HSV321°49°67°
CMYK 0.000.490.17   0.33
XYZ25.166817.590427.6600
Yxy17.59040.35740.2498
Hunter Lab41.940933.7130-9.7431
CIE-Lab48.995540.9171-14.6050

#ab588e color RGB value is (171,88,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 10001110
Octal 253 130 216
Decimal 171 88 142
Hex AB 58 8E

RGB Percentages of Color #ab588e

%42.64
%21.95
%35.41

CMYK Percentages of Color #ab588e

%0
%49
%17
%33

Triadic Colors of #ab588e

#ab588e #8eab58 #588eab

Analogous Colors of #ab588e

#ab588e #ab5865 #9f58ab

Monochromatic Colors of #ab588e

#ab588e

Complementary Color

#ab588e #58ab75

#ab588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab588e Color CSS Codes

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

#ab588e Text Font Color

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

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


#ab588e Background Color

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

This div background color is #ab588e


#ab588e Border Color

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

This div border color is #ab588e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab588e


Comments

No comments written yet.

Please login to write comment.