Color Hex Logo

#ab5861 Color Hex

#AB5861
(171,88,97)
0 Favorites   0 Comments

Color spaces of #ab5861

RGB 1718897
HSL0.980.330.51
HSV353°49°67°
CMYK 0.000.490.43   0.33
XYZ22.442016.500413.3113
Yxy16.50040.42950.3158
Hunter Lab40.620727.53109.0053
CIE-Lab47.624334.794910.4349

#ab5861 color RGB value is (171,88,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 01100001
Octal 253 130 141
Decimal 171 88 97
Hex AB 58 61

RGB Percentages of Color #ab5861

%48.03
%24.72
%27.25

CMYK Percentages of Color #ab5861

%0
%49
%43
%33

Triadic Colors of #ab5861

#ab5861 #61ab58 #5861ab

Analogous Colors of #ab5861

#ab5861 #ab7958 #ab588b

Monochromatic Colors of #ab5861

#ab5861

Complementary Color

#ab5861 #58aba2

#ab5861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5861 Color CSS Codes

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

#ab5861 Text Font Color

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

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


#ab5861 Background Color

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

This div background color is #ab5861


#ab5861 Border Color

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

This div border color is #ab5861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5861


Comments

No comments written yet.

Please login to write comment.