Color Hex Logo

#ab5961 Color Hex

#AB5961
(171,89,97)
0 Favorites   0 Comments

Color spaces of #ab5961

RGB 1718997
HSL0.980.330.51
HSV354°48°67°
CMYK 0.000.480.43   0.33
XYZ22.524616.665813.3389
Yxy16.66580.42880.3173
Hunter Lab40.823827.04629.2040
CIE-Lab47.836234.260310.7317

#ab5961 color RGB value is (171,89,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011001 01100001
Octal 253 131 141
Decimal 171 89 97
Hex AB 59 61

RGB Percentages of Color #ab5961

%47.90
%24.93
%27.17

CMYK Percentages of Color #ab5961

%0
%48
%43
%33

Triadic Colors of #ab5961

#ab5961 #61ab59 #5961ab

Analogous Colors of #ab5961

#ab5961 #ab7a59 #ab598a

Monochromatic Colors of #ab5961

#ab5961

Complementary Color

#ab5961 #59aba3

#ab5961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5961 Color CSS Codes

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

#ab5961 Text Font Color

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

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


#ab5961 Background Color

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

This div background color is #ab5961


#ab5961 Border Color

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

This div border color is #ab5961


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,89,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 #ab5961">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5961


Comments

No comments written yet.

Please login to write comment.