Color Hex Logo

#ab767d Color Hex

#AB767D
(171,118,125)
0 Favorites   0 Comments

Color spaces of #ab767d

RGB 171118125
HSL0.980.240.57
HSV352°31°67°
CMYK 0.000.310.27   0.33
XYZ26.974723.095522.4382
Yxy23.09550.37200.3185
Hunter Lab48.057816.09055.9579
CIE-Lab55.170621.81154.5745

#ab767d color RGB value is (171,118,125).

#ab767d hex color red value is 171, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ab767d hue: 0.98 , saturation: 0.24 and the lightness value of ab767d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 01111101
Octal 253 166 175
Decimal 171 118 125
Hex AB 76 7D

RGB Percentages of Color #ab767d

%41.30
%28.50
%30.19

CMYK Percentages of Color #ab767d

%0
%31
%27
%33

Triadic Colors of #ab767d

#ab767d #7dab76 #767dab

Analogous Colors of #ab767d

#ab767d #ab8a76 #ab7698

Monochromatic Colors of #ab767d

#ab767d

Complementary Color

#ab767d #76aba4

#ab767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab767d Color CSS Codes

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

#ab767d Text Font Color

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

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


#ab767d Background Color

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

This div background color is #ab767d


#ab767d Border Color

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

This div border color is #ab767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab767d


Comments

No comments written yet.

Please login to write comment.