Color Hex Logo

#ab8494 Color Hex

#AB8494
(171,132,148)
0 Favorites   0 Comments

Color spaces of #ab8494

RGB 171132148
HSL0.930.190.59
HSV335°23°67°
CMYK 0.000.230.13   0.33
XYZ30.391127.298631.6843
Yxy27.29860.34000.3054
Hunter Lab52.248112.39390.6190
CIE-Lab59.249717.5533-2.7923

#ab8494 color RGB value is (171,132,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 10010100
Octal 253 204 224
Decimal 171 132 148
Hex AB 84 94

RGB Percentages of Color #ab8494

%37.92
%29.27
%32.82

CMYK Percentages of Color #ab8494

%0
%23
%13
%33

Triadic Colors of #ab8494

#ab8494 #94ab84 #8494ab

Analogous Colors of #ab8494

#ab8494 #ab8884 #ab84a8

Monochromatic Colors of #ab8494

#ab8494

Complementary Color

#ab8494 #84ab9b

#ab8494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8494 Color CSS Codes

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

#ab8494 Text Font Color

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

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


#ab8494 Background Color

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

This div background color is #ab8494


#ab8494 Border Color

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

This div border color is #ab8494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8494


Comments

No comments written yet.

Please login to write comment.