Color Hex Logo

#ab516b Color Hex

#AB516B
(171,81,107)
0 Favorites   0 Comments

Color spaces of #ab516b

RGB 17181107
HSL0.950.360.49
HSV343°53°67°
CMYK 0.000.530.37   0.33
XYZ22.390915.604315.7417
Yxy15.60430.41670.2904
Hunter Lab39.502332.04944.0245
CIE-Lab46.451039.61732.7053

#ab516b color RGB value is (171,81,107).

#ab516b hex color red value is 171, green value is 81 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ab516b hue: 0.95 , saturation: 0.36 and the lightness value of ab516b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 01101011
Octal 253 121 153
Decimal 171 81 107
Hex AB 51 6B

RGB Percentages of Color #ab516b

%47.63
%22.56
%29.81

CMYK Percentages of Color #ab516b

%0
%53
%37
%33

Triadic Colors of #ab516b

#ab516b #6bab51 #516bab

Analogous Colors of #ab516b

#ab516b #ab6451 #ab5198

Monochromatic Colors of #ab516b

#ab516b

Complementary Color

#ab516b #51ab91

#ab516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab516b Color CSS Codes

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

#ab516b Text Font Color

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

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


#ab516b Background Color

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

This div background color is #ab516b


#ab516b Border Color

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

This div border color is #ab516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab516b


Comments

No comments written yet.

Please login to write comment.