Color Hex Logo

#ab5561 Color Hex

#AB5561
(171,85,97)
0 Favorites   0 Comments

Color spaces of #ab5561

RGB 1718597
HSL0.980.340.50
HSV352°50°67°
CMYK 0.000.500.43   0.33
XYZ22.200816.018013.2309
Yxy16.01800.43150.3113
Hunter Lab40.022528.97608.4153
CIE-Lab46.998136.38289.5556

#ab5561 color RGB value is (171,85,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 01100001
Octal 253 125 141
Decimal 171 85 97
Hex AB 55 61

RGB Percentages of Color #ab5561

%48.44
%24.08
%27.48

CMYK Percentages of Color #ab5561

%0
%50
%43
%33

Triadic Colors of #ab5561

#ab5561 #61ab55 #5561ab

Analogous Colors of #ab5561

#ab5561 #ab7455 #ab558c

Monochromatic Colors of #ab5561

#ab5561

Complementary Color

#ab5561 #55ab9f

#ab5561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5561 Color CSS Codes

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

#ab5561 Text Font Color

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

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


#ab5561 Background Color

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

This div background color is #ab5561


#ab5561 Border Color

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

This div border color is #ab5561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5561


Comments

No comments written yet.

Please login to write comment.