Color Hex Logo

#a85759 Color Hex

#A85759
(168,87,89)
0 Favorites   0 Comments

Color spaces of #a85759

RGB 1688789
HSL1.000.320.50
HSV359°48°66°
CMYK 0.000.480.47   0.34
XYZ21.359815.862511.3872
Yxy15.86250.43940.3263
Hunter Lab39.827826.031810.9278
CIE-Lab46.793633.325914.0363

#a85759 color RGB value is (168,87,89).

#a85759 hex color red value is 168, green value is 87 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a85759 hue: 1.00 , saturation: 0.32 and the lightness value of a85759 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010111 01011001
Octal 250 127 131
Decimal 168 87 89
Hex A8 57 59

RGB Percentages of Color #a85759

%48.84
%25.29
%25.87

CMYK Percentages of Color #a85759

%0
%48
%47
%34

Triadic Colors of #a85759

#a85759 #59a857 #5759a8

Analogous Colors of #a85759

#a85759 #a87e57 #a85782

Monochromatic Colors of #a85759

#a85759

Complementary Color

#a85759 #57a8a6

#a85759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85759 Color CSS Codes

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

#a85759 Text Font Color

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

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


#a85759 Background Color

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

This div background color is #a85759


#a85759 Border Color

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

This div border color is #a85759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85759


Comments

No comments written yet.

Please login to write comment.