Color Hex Logo

#ab707e Color Hex

#AB707E
(171,112,126)
0 Favorites   0 Comments

Color spaces of #ab707e

RGB 171112126
HSL0.960.260.55
HSV346°35°67°
CMYK 0.000.350.26   0.33
XYZ26.354721.752622.5483
Yxy21.75260.37300.3079
Hunter Lab46.639719.24563.9836
CIE-Lab53.763525.33941.9556

#ab707e color RGB value is (171,112,126).

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

The process color (four color CMYK) of #ab707e color hex is 0.00, 0.35, 0.26, 0.33. Web safe color of #ab707e is #996666. Color #ab707e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 01111110
Octal 253 160 176
Decimal 171 112 126
Hex AB 70 7E

RGB Percentages of Color #ab707e

%41.81
%27.38
%30.81

CMYK Percentages of Color #ab707e

%0
%35
%26
%33

Triadic Colors of #ab707e

#ab707e #7eab70 #707eab

Analogous Colors of #ab707e

#ab707e #ab8070 #ab709c

Monochromatic Colors of #ab707e

#ab707e

Complementary Color

#ab707e #70ab9d

#ab707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab707e Color CSS Codes

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

#ab707e Text Font Color

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

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


#ab707e Background Color

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

This div background color is #ab707e


#ab707e Border Color

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

This div border color is #ab707e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab707e


Comments

No comments written yet.

Please login to write comment.