Color Hex Logo

#ab616f Color Hex

#AB616F
(171,97,111)
0 Favorites   0 Comments

Color spaces of #ab616f

RGB 17197111
HSL0.970.310.53
HSV349°43°67°
CMYK 0.000.430.35   0.33
XYZ23.938518.355017.3201
Yxy18.35500.40160.3079
Hunter Lab42.842724.76266.0207
CIE-Lab49.923931.60465.2958

#ab616f color RGB value is (171,97,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 01101111
Octal 253 141 157
Decimal 171 97 111
Hex AB 61 6F

RGB Percentages of Color #ab616f

%45.12
%25.59
%29.29

CMYK Percentages of Color #ab616f

%0
%43
%35
%33

Triadic Colors of #ab616f

#ab616f #6fab61 #616fab

Analogous Colors of #ab616f

#ab616f #ab7861 #ab6194

Monochromatic Colors of #ab616f

#ab616f

Complementary Color

#ab616f #61ab9d

#ab616f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab616f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab616f Color CSS Codes

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

#ab616f Text Font Color

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

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


#ab616f Background Color

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

This div background color is #ab616f


#ab616f Border Color

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

This div border color is #ab616f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab616f


Comments

No comments written yet.

Please login to write comment.