Color Hex Logo

#ab516e Color Hex

#AB516E
(171,81,110)
1 Favorites   0 Comments

Color spaces of #ab516e

RGB 17181110
HSL0.950.360.49
HSV341°53°67°
CMYK 0.000.530.36   0.33
XYZ22.551515.668616.5876
Yxy15.66860.41150.2859
Hunter Lab39.583632.42352.8629
CIE-Lab46.536739.98461.0055

#ab516e color RGB value is (171,81,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 01101110
Octal 253 121 156
Decimal 171 81 110
Hex AB 51 6E

RGB Percentages of Color #ab516e

%47.24
%22.38
%30.39

CMYK Percentages of Color #ab516e

%0
%53
%36
%33

Triadic Colors of #ab516e

#ab516e #6eab51 #516eab

Analogous Colors of #ab516e

#ab516e #ab6151 #ab519b

Monochromatic Colors of #ab516e

#ab516e

Complementary Color

#ab516e #51ab8e

#ab516e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab516e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab516e Color CSS Codes

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

#ab516e Text Font Color

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

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


#ab516e Background Color

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

This div background color is #ab516e


#ab516e Border Color

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

This div border color is #ab516e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab516e


Comments

No comments written yet.

Please login to write comment.