Color Hex Logo

#ab606f Color Hex

#AB606F
(171,96,111)
0 Favorites   0 Comments

Color spaces of #ab606f

RGB 17196111
HSL0.970.310.52
HSV348°44°67°
CMYK 0.000.440.35   0.33
XYZ23.846718.171417.2895
Yxy18.17140.40210.3064
Hunter Lab42.627925.25675.7921
CIE-Lab49.703332.15114.9794

#ab606f color RGB value is (171,96,111).

#ab606f hex color red value is 171, green value is 96 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ab606f hue: 0.97 , saturation: 0.31 and the lightness value of ab606f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 01101111
Octal 253 140 157
Decimal 171 96 111
Hex AB 60 6F

RGB Percentages of Color #ab606f

%45.24
%25.40
%29.37

CMYK Percentages of Color #ab606f

%0
%44
%35
%33

Triadic Colors of #ab606f

#ab606f #6fab60 #606fab

Analogous Colors of #ab606f

#ab606f #ab7760 #ab6095

Monochromatic Colors of #ab606f

#ab606f

Complementary Color

#ab606f #60ab9c

#ab606f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab606f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab606f Color CSS Codes

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

#ab606f Text Font Color

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

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


#ab606f Background Color

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

This div background color is #ab606f


#ab606f Border Color

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

This div border color is #ab606f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab606f


Comments

No comments written yet.

Please login to write comment.