Color Hex Logo

#ab7497 Color Hex

#AB7497
(171,116,151)
0 Favorites   0 Comments

Color spaces of #ab7497

RGB 171116151
HSL0.890.250.56
HSV322°32°67°
CMYK 0.000.320.12   0.33
XYZ28.625923.383132.2828
Yxy23.38310.33960.2774
Hunter Lab48.356121.0456-5.7331
CIE-Lab55.464827.1155-10.1474

#ab7497 color RGB value is (171,116,151).

#ab7497 hex color red value is 171, green value is 116 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ab7497 hue: 0.89 , saturation: 0.25 and the lightness value of ab7497 is 0.56.

The process color (four color CMYK) of #ab7497 color hex is 0.00, 0.32, 0.12, 0.33. Web safe color of #ab7497 is #996699. Color #ab7497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 10010111
Octal 253 164 227
Decimal 171 116 151
Hex AB 74 97

RGB Percentages of Color #ab7497

%39.04
%26.48
%34.47

CMYK Percentages of Color #ab7497

%0
%32
%12
%33

Triadic Colors of #ab7497

#ab7497 #97ab74 #7497ab

Analogous Colors of #ab7497

#ab7497 #ab747c #a474ab

Monochromatic Colors of #ab7497

#ab7497

Complementary Color

#ab7497 #74ab88

#ab7497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7497 Color CSS Codes

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

#ab7497 Text Font Color

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

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


#ab7497 Background Color

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

This div background color is #ab7497


#ab7497 Border Color

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

This div border color is #ab7497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7497


Comments

No comments written yet.

Please login to write comment.