Color Hex Logo

#a85787 Color Hex

#A85787
(168,87,135)
0 Favorites   0 Comments

Color spaces of #a85787

RGB 16887135
HSL0.900.320.50
HSV324°48°66°
CMYK 0.000.480.20   0.34
XYZ23.929816.890524.9206
Yxy16.89050.36400.2569
Hunter Lab41.098132.0120-7.1830
CIE-Lab48.121839.3341-11.7836

#a85787 color RGB value is (168,87,135).

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

The process color (four color CMYK) of #a85787 color hex is 0.00, 0.48, 0.20, 0.34. Web safe color of #a85787 is #996699. Color #a85787 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010111 10000111
Octal 250 127 207
Decimal 168 87 135
Hex A8 57 87

RGB Percentages of Color #a85787

%43.08
%22.31
%34.62

CMYK Percentages of Color #a85787

%0
%48
%20
%34

Triadic Colors of #a85787

#a85787 #87a857 #5787a8

Analogous Colors of #a85787

#a85787 #a8575f #a157a8

Monochromatic Colors of #a85787

#a85787

Complementary Color

#a85787 #57a878

#a85787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85787 Color CSS Codes

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

#a85787 Text Font Color

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

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


#a85787 Background Color

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

This div background color is #a85787


#a85787 Border Color

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

This div border color is #a85787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85787


Comments

No comments written yet.

Please login to write comment.