Color Hex Logo

#a85387 Color Hex

#A85387
(168,83,135)
0 Favorites   0 Comments

Color spaces of #a85387

RGB 16883135
HSL0.900.340.49
HSV323°51°66°
CMYK 0.000.510.20   0.34
XYZ23.614916.260624.8156
Yxy16.26060.36500.2514
Hunter Lab40.324433.9659-8.2599
CIE-Lab47.314541.4225-13.0033

#a85387 color RGB value is (168,83,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010011 10000111
Octal 250 123 207
Decimal 168 83 135
Hex A8 53 87

RGB Percentages of Color #a85387

%43.52
%21.50
%34.97

CMYK Percentages of Color #a85387

%0
%51
%20
%34

Triadic Colors of #a85387

#a85387 #87a853 #5387a8

Analogous Colors of #a85387

#a85387 #a8535c #9f53a8

Monochromatic Colors of #a85387

#a85387

Complementary Color

#a85387 #53a874

#a85387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85387 Color CSS Codes

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

#a85387 Text Font Color

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

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


#a85387 Background Color

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

This div background color is #a85387


#a85387 Border Color

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

This div border color is #a85387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85387


Comments

No comments written yet.

Please login to write comment.