Color Hex Logo

#ab565e Color Hex

#AB565E
(171,86,94)
0 Favorites   0 Comments

Color spaces of #ab565e

RGB 1718694
HSL0.980.340.50
HSV354°50°67°
CMYK 0.000.500.45   0.33
XYZ22.142816.121712.5344
Yxy16.12170.43590.3174
Hunter Lab40.151828.17299.5974
CIE-Lab47.133835.529611.5591

#ab565e color RGB value is (171,86,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 01011110
Octal 253 126 136
Decimal 171 86 94
Hex AB 56 5E

RGB Percentages of Color #ab565e

%48.72
%24.50
%26.78

CMYK Percentages of Color #ab565e

%0
%50
%45
%33

Triadic Colors of #ab565e

#ab565e #5eab56 #565eab

Analogous Colors of #ab565e

#ab565e #ab7956 #ab5689

Monochromatic Colors of #ab565e

#ab565e

Complementary Color

#ab565e #56aba3

#ab565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab565e Color CSS Codes

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

#ab565e Text Font Color

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

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


#ab565e Background Color

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

This div background color is #ab565e


#ab565e Border Color

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

This div border color is #ab565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab565e


Comments

No comments written yet.

Please login to write comment.