Color Hex Logo

#ab868d Color Hex

#AB868D
(171,134,141)
0 Favorites   0 Comments

Color spaces of #ab868d

RGB 171134141
HSL0.970.180.60
HSV349°22°67°
CMYK 0.000.220.18   0.33
XYZ30.127427.631228.9448
Yxy27.63120.34750.3187
Hunter Lab52.565410.31634.1481
CIE-Lab59.554115.24951.6679

#ab868d color RGB value is (171,134,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 10001101
Octal 253 206 215
Decimal 171 134 141
Hex AB 86 8D

RGB Percentages of Color #ab868d

%38.34
%30.04
%31.61

CMYK Percentages of Color #ab868d

%0
%22
%18
%33

Triadic Colors of #ab868d

#ab868d #8dab86 #868dab

Analogous Colors of #ab868d

#ab868d #ab9286 #ab86a0

Monochromatic Colors of #ab868d

#ab868d

Complementary Color

#ab868d #86aba4

#ab868d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab868d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab868d Color CSS Codes

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

#ab868d Text Font Color

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

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


#ab868d Background Color

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

This div background color is #ab868d


#ab868d Border Color

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

This div border color is #ab868d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab868d


Comments

No comments written yet.

Please login to write comment.