Color Hex Logo

#ab584b Color Hex

#AB584B
(171,88,75)
0 Favorites   0 Comments

Color spaces of #ab584b

RGB 1718875
HSL0.020.390.48
HSV56°67°
CMYK 0.000.490.56   0.33
XYZ21.554316.14548.6369
Yxy16.14540.46520.3484
Hunter Lab40.181325.434615.3827
CIE-Lab47.164732.646322.9711

#ab584b color RGB value is (171,88,75).

#ab584b hex color red value is 171, green value is 88 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ab584b hue: 0.02 , saturation: 0.39 and the lightness value of ab584b is 0.48.

The process color (four color CMYK) of #ab584b color hex is 0.00, 0.49, 0.56, 0.33. Web safe color of #ab584b is #996633. Color #ab584b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 01001011
Octal 253 130 113
Decimal 171 88 75
Hex AB 58 4B

RGB Percentages of Color #ab584b

%51.20
%26.35
%22.46

CMYK Percentages of Color #ab584b

%0
%49
%56
%33

Triadic Colors of #ab584b

#ab584b #4bab58 #584bab

Analogous Colors of #ab584b

#ab584b #ab884b #ab4b6e

Monochromatic Colors of #ab584b

#ab584b

Complementary Color

#ab584b #4b9eab

#ab584b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab584b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab584b Color CSS Codes

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

#ab584b Text Font Color

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

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


#ab584b Background Color

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

This div background color is #ab584b


#ab584b Border Color

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

This div border color is #ab584b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab584b


Comments

No comments written yet.

Please login to write comment.