Color Hex Logo

#ab8595 Color Hex

#AB8595
(171,133,149)
0 Favorites   0 Comments

Color spaces of #ab8595

RGB 171133149
HSL0.930.180.60
HSV335°22°67°
CMYK 0.000.220.13   0.33
XYZ30.606927.602932.1485
Yxy27.60290.33870.3055
Hunter Lab52.538512.04500.4971
CIE-Lab59.528317.1599-2.9561

#ab8595 color RGB value is (171,133,149).

#ab8595 hex color red value is 171, green value is 133 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ab8595 hue: 0.93 , saturation: 0.18 and the lightness value of ab8595 is 0.60.

The process color (four color CMYK) of #ab8595 color hex is 0.00, 0.22, 0.13, 0.33. Web safe color of #ab8595 is #999999. Color #ab8595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000101 10010101
Octal 253 205 225
Decimal 171 133 149
Hex AB 85 95

RGB Percentages of Color #ab8595

%37.75
%29.36
%32.89

CMYK Percentages of Color #ab8595

%0
%22
%13
%33

Triadic Colors of #ab8595

#ab8595 #95ab85 #8595ab

Analogous Colors of #ab8595

#ab8595 #ab8885 #ab85a8

Monochromatic Colors of #ab8595

#ab8595

Complementary Color

#ab8595 #85ab9b

#ab8595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8595 Color CSS Codes

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

#ab8595 Text Font Color

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

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


#ab8595 Background Color

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

This div background color is #ab8595


#ab8595 Border Color

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

This div border color is #ab8595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8595


Comments

No comments written yet.

Please login to write comment.