Color Hex Logo

#ab597d Color Hex

#AB597D
(171,89,125)
0 Favorites   0 Comments

Color spaces of #ab597d

RGB 17189125
HSL0.930.330.51
HSV334°48°67°
CMYK 0.000.480.27   0.33
XYZ24.068617.283421.4695
Yxy17.28340.38310.2751
Hunter Lab41.573330.5881-1.5175
CIE-Lab48.615237.8167-5.0029

#ab597d color RGB value is (171,89,125).

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

The process color (four color CMYK) of #ab597d color hex is 0.00, 0.48, 0.27, 0.33. Web safe color of #ab597d is #996666. Color #ab597d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011001 01111101
Octal 253 131 175
Decimal 171 89 125
Hex AB 59 7D

RGB Percentages of Color #ab597d

%44.42
%23.12
%32.47

CMYK Percentages of Color #ab597d

%0
%48
%27
%33

Triadic Colors of #ab597d

#ab597d #7dab59 #597dab

Analogous Colors of #ab597d

#ab597d #ab5e59 #ab59a6

Monochromatic Colors of #ab597d

#ab597d

Complementary Color

#ab597d #59ab87

#ab597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab597d Color CSS Codes

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

#ab597d Text Font Color

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

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


#ab597d Background Color

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

This div background color is #ab597d


#ab597d Border Color

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

This div border color is #ab597d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab597d


Comments

No comments written yet.

Please login to write comment.