Color Hex Logo

#ab598a Color Hex

#AB598A
(171,89,138)
0 Favorites   0 Comments

Color spaces of #ab598a

RGB 17189138
HSL0.900.330.51
HSV324°48°67°
CMYK 0.000.480.19   0.33
XYZ24.954417.637726.1339
Yxy17.63770.36310.2566
Hunter Lab41.997332.5679-7.4967
CIE-Lab49.053739.7604-12.1309

#ab598a color RGB value is (171,89,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011001 10001010
Octal 253 131 212
Decimal 171 89 138
Hex AB 59 8A

RGB Percentages of Color #ab598a

%42.96
%22.36
%34.67

CMYK Percentages of Color #ab598a

%0
%48
%19
%33

Triadic Colors of #ab598a

#ab598a #8aab59 #598aab

Analogous Colors of #ab598a

#ab598a #ab5961 #a359ab

Monochromatic Colors of #ab598a

#ab598a

Complementary Color

#ab598a #59ab7a

#ab598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab598a Color CSS Codes

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

#ab598a Text Font Color

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

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


#ab598a Background Color

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

This div background color is #ab598a


#ab598a Border Color

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

This div border color is #ab598a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab598a


Comments

No comments written yet.

Please login to write comment.