Color Hex Logo

#ab588b Color Hex

#AB588B
(171,88,139)
0 Favorites   0 Comments

Color spaces of #ab588b

RGB 17188139
HSL0.900.330.51
HSV323°49°67°
CMYK 0.000.490.19   0.33
XYZ24.944517.501526.4895
Yxy17.50150.36190.2539
Hunter Lab41.834833.2219-8.2577
CIE-Lab48.885840.4417-12.9816

#ab588b color RGB value is (171,88,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 10001011
Octal 253 130 213
Decimal 171 88 139
Hex AB 58 8B

RGB Percentages of Color #ab588b

%42.96
%22.11
%34.92

CMYK Percentages of Color #ab588b

%0
%49
%19
%33

Triadic Colors of #ab588b

#ab588b #8bab58 #588bab

Analogous Colors of #ab588b

#ab588b #ab5862 #a258ab

Monochromatic Colors of #ab588b

#ab588b

Complementary Color

#ab588b #58ab78

#ab588b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab588b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab588b Color CSS Codes

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

#ab588b Text Font Color

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

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


#ab588b Background Color

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

This div background color is #ab588b


#ab588b Border Color

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

This div border color is #ab588b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,88,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab588b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab588b


Comments

No comments written yet.

Please login to write comment.