Color Hex Logo

#ab667a Color Hex

#AB667A
(171,102,122)
0 Favorites   0 Comments

Color spaces of #ab667a

RGB 171102122
HSL0.950.290.54
HSV343°40°67°
CMYK 0.000.400.29   0.33
XYZ25.058819.565820.8682
Yxy19.56580.38260.2987
Hunter Lab44.233223.71482.9917
CIE-Lab51.342730.33990.7969

#ab667a color RGB value is (171,102,122).

#ab667a hex color red value is 171, green value is 102 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ab667a hue: 0.95 , saturation: 0.29 and the lightness value of ab667a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 01111010
Octal 253 146 172
Decimal 171 102 122
Hex AB 66 7A

RGB Percentages of Color #ab667a

%43.29
%25.82
%30.89

CMYK Percentages of Color #ab667a

%0
%40
%29
%33

Triadic Colors of #ab667a

#ab667a #7aab66 #667aab

Analogous Colors of #ab667a

#ab667a #ab7566 #ab669d

Monochromatic Colors of #ab667a

#ab667a

Complementary Color

#ab667a #66ab97

#ab667a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab667a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab667a Color CSS Codes

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

#ab667a Text Font Color

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

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


#ab667a Background Color

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

This div background color is #ab667a


#ab667a Border Color

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

This div border color is #ab667a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab667a


Comments

No comments written yet.

Please login to write comment.