Color Hex Logo

#ab737e Color Hex

#AB737E
(171,115,126)
0 Favorites   0 Comments

Color spaces of #ab737e

RGB 171115126
HSL0.970.250.56
HSV348°33°67°
CMYK 0.000.330.26   0.33
XYZ26.691222.425822.6605
Yxy22.42580.37190.3124
Hunter Lab47.355917.73524.7780
CIE-Lab54.475923.65062.9879

#ab737e color RGB value is (171,115,126).

#ab737e hex color red value is 171, green value is 115 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ab737e hue: 0.97 , saturation: 0.25 and the lightness value of ab737e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 01111110
Octal 253 163 176
Decimal 171 115 126
Hex AB 73 7E

RGB Percentages of Color #ab737e

%41.50
%27.91
%30.58

CMYK Percentages of Color #ab737e

%0
%33
%26
%33

Triadic Colors of #ab737e

#ab737e #7eab73 #737eab

Analogous Colors of #ab737e

#ab737e #ab8473 #ab739a

Monochromatic Colors of #ab737e

#ab737e

Complementary Color

#ab737e #73aba0

#ab737e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab737e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab737e Color CSS Codes

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

#ab737e Text Font Color

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

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


#ab737e Background Color

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

This div background color is #ab737e


#ab737e Border Color

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

This div border color is #ab737e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,115,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 #ab737e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab737e


Comments

No comments written yet.

Please login to write comment.