Color Hex Logo

#a8584d Color Hex

#A8584D
(168,88,77)
0 Favorites   0 Comments

Color spaces of #a8584d

RGB 1688877
HSL0.020.370.48
HSV54°66°
CMYK 0.000.480.54   0.34
XYZ20.977715.84018.9730
Yxy15.84010.45810.3459
Hunter Lab39.799624.435014.4925
CIE-Lab46.764031.629821.1797

#a8584d color RGB value is (168,88,77).

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

The process color (four color CMYK) of #a8584d color hex is 0.00, 0.48, 0.54, 0.34. Web safe color of #a8584d is #996666. Color #a8584d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011000 01001101
Octal 250 130 115
Decimal 168 88 77
Hex A8 58 4D

RGB Percentages of Color #a8584d

%50.45
%26.43
%23.12

CMYK Percentages of Color #a8584d

%0
%48
%54
%34

Triadic Colors of #a8584d

#a8584d #4da858 #584da8

Analogous Colors of #a8584d

#a8584d #a8864d #a84d70

Monochromatic Colors of #a8584d

#a8584d

Complementary Color

#a8584d #4d9da8

#a8584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8584d Color CSS Codes

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

#a8584d Text Font Color

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

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


#a8584d Background Color

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

This div background color is #a8584d


#a8584d Border Color

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

This div border color is #a8584d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8584d


Comments

No comments written yet.

Please login to write comment.