Color Hex Logo

#ab707b Color Hex

#AB707B
(171,112,123)
0 Favorites   0 Comments

Color spaces of #ab707b

RGB 171112123
HSL0.970.260.55
HSV349°35°67°
CMYK 0.000.350.28   0.33
XYZ26.163921.676321.5439
Yxy21.67630.37710.3124
Hunter Lab46.557818.83475.1549
CIE-Lab53.681924.90273.5985

#ab707b color RGB value is (171,112,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 01111011
Octal 253 160 173
Decimal 171 112 123
Hex AB 70 7B

RGB Percentages of Color #ab707b

%42.12
%27.59
%30.30

CMYK Percentages of Color #ab707b

%0
%35
%28
%33

Triadic Colors of #ab707b

#ab707b #7bab70 #707bab

Analogous Colors of #ab707b

#ab707b #ab8370 #ab7099

Monochromatic Colors of #ab707b

#ab707b

Complementary Color

#ab707b #70aba0

#ab707b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab707b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab707b Color CSS Codes

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

#ab707b Text Font Color

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

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


#ab707b Background Color

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

This div background color is #ab707b


#ab707b Border Color

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

This div border color is #ab707b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab707b


Comments

No comments written yet.

Please login to write comment.