Color Hex Logo

#ab8492 Color Hex

#AB8492
(171,132,146)
0 Favorites   0 Comments

Color spaces of #ab8492

RGB 171132146
HSL0.940.190.59
HSV338°23°67°
CMYK 0.000.230.15   0.33
XYZ30.234227.235830.8576
Yxy27.23580.34230.3083
Hunter Lab52.187912.08211.4746
CIE-Lab59.192017.2128-1.7290

#ab8492 color RGB value is (171,132,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 10010010
Octal 253 204 222
Decimal 171 132 146
Hex AB 84 92

RGB Percentages of Color #ab8492

%38.08
%29.40
%32.52

CMYK Percentages of Color #ab8492

%0
%23
%15
%33

Triadic Colors of #ab8492

#ab8492 #92ab84 #8492ab

Analogous Colors of #ab8492

#ab8492 #ab8a84 #ab84a6

Monochromatic Colors of #ab8492

#ab8492

Complementary Color

#ab8492 #84ab9d

#ab8492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8492 Color CSS Codes

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

#ab8492 Text Font Color

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

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


#ab8492 Background Color

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

This div background color is #ab8492


#ab8492 Border Color

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

This div border color is #ab8492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8492


Comments

No comments written yet.

Please login to write comment.