Color Hex Logo

#ab708b Color Hex

#AB708B
(171,112,139)
0 Favorites   0 Comments

Color spaces of #ab708b

RGB 171112139
HSL0.920.260.55
HSV333°35°67°
CMYK 0.000.350.19   0.33
XYZ27.249022.110327.2576
Yxy22.11030.35570.2886
Hunter Lab47.021621.1529-1.4543
CIE-Lab54.143827.3471-5.1113

#ab708b color RGB value is (171,112,139).

#ab708b hex color red value is 171, green value is 112 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ab708b hue: 0.92 , saturation: 0.26 and the lightness value of ab708b is 0.55.

The process color (four color CMYK) of #ab708b color hex is 0.00, 0.35, 0.19, 0.33. Web safe color of #ab708b is #996699. Color #ab708b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 10001011
Octal 253 160 213
Decimal 171 112 139
Hex AB 70 8B

RGB Percentages of Color #ab708b

%40.52
%26.54
%32.94

CMYK Percentages of Color #ab708b

%0
%35
%19
%33

Triadic Colors of #ab708b

#ab708b #8bab70 #708bab

Analogous Colors of #ab708b

#ab708b #ab7370 #ab70a9

Monochromatic Colors of #ab708b

#ab708b

Complementary Color

#ab708b #70ab90

#ab708b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab708b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab708b Color CSS Codes

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

#ab708b Text Font Color

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

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


#ab708b Background Color

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

This div background color is #ab708b


#ab708b Border Color

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

This div border color is #ab708b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab708b

#ab708b Color Palettes


Comments

No comments written yet.

Please login to write comment.