Color Hex Logo

#ab8181 Color Hex

#AB8181
(171,129,129)
0 Favorites   0 Comments

Color spaces of #ab8181

RGB 171129129
HSL0.000.200.59
HSV25°67°
CMYK 0.000.250.25   0.33
XYZ28.607325.943424.2687
Yxy25.94340.36290.3291
Hunter Lab50.934711.11837.4045
CIE-Lab57.983316.18736.2952

#ab8181 color RGB value is (171,129,129).

#ab8181 hex color red value is 171, green value is 129 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ab8181 hue: 0.00 , saturation: 0.20 and the lightness value of ab8181 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 10000001
Octal 253 201 201
Decimal 171 129 129
Hex AB 81 81

RGB Percentages of Color #ab8181

%39.86
%30.07
%30.07

CMYK Percentages of Color #ab8181

%0
%25
%25
%33

Triadic Colors of #ab8181

#ab8181 #81ab81 #8181ab

Analogous Colors of #ab8181

#ab8181 #ab9681 #ab8196

Monochromatic Colors of #ab8181

#ab8181

Complementary Color

#ab8181 #81abab

#ab8181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8181 Color CSS Codes

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

#ab8181 Text Font Color

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

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


#ab8181 Background Color

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

This div background color is #ab8181


#ab8181 Border Color

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

This div border color is #ab8181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8181


Comments

No comments written yet.

Please login to write comment.