Color Hex Logo

#ab516d Color Hex

#AB516D
(171,81,109)
0 Favorites   0 Comments

Color spaces of #ab516d

RGB 17181109
HSL0.950.360.49
HSV341°53°67°
CMYK 0.000.530.36   0.33
XYZ22.497315.646916.3024
Yxy15.64690.41320.2874
Hunter Lab39.556232.29743.2539
CIE-Lab46.507839.86091.5714

#ab516d color RGB value is (171,81,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 01101101
Octal 253 121 155
Decimal 171 81 109
Hex AB 51 6D

RGB Percentages of Color #ab516d

%47.37
%22.44
%30.19

CMYK Percentages of Color #ab516d

%0
%53
%36
%33

Triadic Colors of #ab516d

#ab516d #6dab51 #516dab

Analogous Colors of #ab516d

#ab516d #ab6251 #ab519a

Monochromatic Colors of #ab516d

#ab516d

Complementary Color

#ab516d #51ab8f

#ab516d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab516d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab516d Color CSS Codes

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

#ab516d Text Font Color

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

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


#ab516d Background Color

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

This div background color is #ab516d


#ab516d Border Color

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

This div border color is #ab516d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab516d


Comments

No comments written yet.

Please login to write comment.