Color Hex Logo

#ab565b Color Hex

#AB565B
(171,86,91)
0 Favorites   0 Comments

Color spaces of #ab565b

RGB 1718691
HSL0.990.340.50
HSV356°50°67°
CMYK 0.000.500.47   0.33
XYZ22.010716.068811.8390
Yxy16.06880.44090.3219
Hunter Lab40.085927.861910.5494
CIE-Lab47.064635.214613.2735

#ab565b color RGB value is (171,86,91).

#ab565b hex color red value is 171, green value is 86 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ab565b hue: 0.99 , saturation: 0.34 and the lightness value of ab565b is 0.50.

The process color (four color CMYK) of #ab565b color hex is 0.00, 0.50, 0.47, 0.33. Web safe color of #ab565b is #996666. Color #ab565b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 01011011
Octal 253 126 133
Decimal 171 86 91
Hex AB 56 5B

RGB Percentages of Color #ab565b

%49.14
%24.71
%26.15

CMYK Percentages of Color #ab565b

%0
%50
%47
%33

Triadic Colors of #ab565b

#ab565b #5bab56 #565bab

Analogous Colors of #ab565b

#ab565b #ab7c56 #ab5686

Monochromatic Colors of #ab565b

#ab565b

Complementary Color

#ab565b #56aba6

#ab565b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab565b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab565b Color CSS Codes

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

#ab565b Text Font Color

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

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


#ab565b Background Color

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

This div background color is #ab565b


#ab565b Border Color

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

This div border color is #ab565b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab565b


Comments

No comments written yet.

Please login to write comment.