Color Hex Logo

#ab8397 Color Hex

#AB8397
(171,131,151)
0 Favorites   0 Comments

Color spaces of #ab8397

RGB 171131151
HSL0.920.190.59
HSV330°23°67°
CMYK 0.000.230.12   0.33
XYZ30.496827.124932.9064
Yxy27.12490.33690.2996
Hunter Lab52.081613.3794-1.0038
CIE-Lab59.089818.6386-4.7506

#ab8397 color RGB value is (171,131,151).

#ab8397 hex color red value is 171, green value is 131 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ab8397 hue: 0.92 , saturation: 0.19 and the lightness value of ab8397 is 0.59.

The process color (four color CMYK) of #ab8397 color hex is 0.00, 0.23, 0.12, 0.33. Web safe color of #ab8397 is #999999. Color #ab8397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000011 10010111
Octal 253 203 227
Decimal 171 131 151
Hex AB 83 97

RGB Percentages of Color #ab8397

%37.75
%28.92
%33.33

CMYK Percentages of Color #ab8397

%0
%23
%12
%33

Triadic Colors of #ab8397

#ab8397 #97ab83 #8397ab

Analogous Colors of #ab8397

#ab8397 #ab8383 #ab83ab

Monochromatic Colors of #ab8397

#ab8397

Complementary Color

#ab8397 #83ab97

#ab8397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8397 Color CSS Codes

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

#ab8397 Text Font Color

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

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


#ab8397 Background Color

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

This div background color is #ab8397


#ab8397 Border Color

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

This div border color is #ab8397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8397


Comments

No comments written yet.

Please login to write comment.