Color Hex Logo

#ab8a93 Color Hex

#AB8A93
(171,138,147)
0 Favorites   0 Comments

Color spaces of #ab8a93

RGB 171138147
HSL0.950.160.61
HSV344°19°67°
CMYK 0.000.190.14   0.33
XYZ31.149528.941531.5483
Yxy28.94150.33990.3158
Hunter Lab53.79739.20912.8887
CIE-Lab60.730013.9935-0.0503

#ab8a93 color RGB value is (171,138,147).

#ab8a93 hex color red value is 171, green value is 138 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ab8a93 hue: 0.95 , saturation: 0.16 and the lightness value of ab8a93 is 0.61.

The process color (four color CMYK) of #ab8a93 color hex is 0.00, 0.19, 0.14, 0.33. Web safe color of #ab8a93 is #999999. Color #ab8a93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 10010011
Octal 253 212 223
Decimal 171 138 147
Hex AB 8A 93

RGB Percentages of Color #ab8a93

%37.50
%30.26
%32.24

CMYK Percentages of Color #ab8a93

%0
%19
%14
%33

Triadic Colors of #ab8a93

#ab8a93 #93ab8a #8a93ab

Analogous Colors of #ab8a93

#ab8a93 #ab928a #ab8aa4

Monochromatic Colors of #ab8a93

#ab8a93

Complementary Color

#ab8a93 #8aaba2

#ab8a93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8a93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8a93 Color CSS Codes

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

#ab8a93 Text Font Color

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

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


#ab8a93 Background Color

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

This div background color is #ab8a93


#ab8a93 Border Color

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

This div border color is #ab8a93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8a93


Comments

No comments written yet.

Please login to write comment.