Color Hex Logo

#ab516a Color Hex

#AB516A
(171,81,106)
0 Favorites   0 Comments

Color spaces of #ab516a

RGB 17181106
HSL0.950.360.49
HSV343°53°67°
CMYK 0.000.530.38   0.33
XYZ22.338515.583415.4662
Yxy15.58340.41840.2919
Hunter Lab39.475831.92664.4039
CIE-Lab46.423139.49653.2732

#ab516a color RGB value is (171,81,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 01101010
Octal 253 121 152
Decimal 171 81 106
Hex AB 51 6A

RGB Percentages of Color #ab516a

%47.77
%22.63
%29.61

CMYK Percentages of Color #ab516a

%0
%53
%38
%33

Triadic Colors of #ab516a

#ab516a #6aab51 #516aab

Analogous Colors of #ab516a

#ab516a #ab6551 #ab5197

Monochromatic Colors of #ab516a

#ab516a

Complementary Color

#ab516a #51ab92

#ab516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab516a Color CSS Codes

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

#ab516a Text Font Color

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

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


#ab516a Background Color

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

This div background color is #ab516a


#ab516a Border Color

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

This div border color is #ab516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab516a


Comments

No comments written yet.

Please login to write comment.