Color Hex Logo

#a85460 Color Hex

#A85460
(168,84,96)
0 Favorites   0 Comments

Color spaces of #a85460

RGB 1688496
HSL0.980.330.49
HSV351°50°66°
CMYK 0.000.500.43   0.34
XYZ21.430115.510012.9306
Yxy15.51000.42970.3110
Hunter Lab39.382728.21098.1011
CIE-Lab46.324935.67909.1502

#a85460 color RGB value is (168,84,96).

#a85460 hex color red value is 168, green value is 84 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a85460 hue: 0.98 , saturation: 0.33 and the lightness value of a85460 is 0.49.

The process color (four color CMYK) of #a85460 color hex is 0.00, 0.50, 0.43, 0.34. Web safe color of #a85460 is #996666. Color #a85460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010100 01100000
Octal 250 124 140
Decimal 168 84 96
Hex A8 54 60

RGB Percentages of Color #a85460

%48.28
%24.14
%27.59

CMYK Percentages of Color #a85460

%0
%50
%43
%34

Triadic Colors of #a85460

#a85460 #60a854 #5460a8

Analogous Colors of #a85460

#a85460 #a87254 #a8548a

Monochromatic Colors of #a85460

#a85460

Complementary Color

#a85460 #54a89c

#a85460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85460 Color CSS Codes

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

#a85460 Text Font Color

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

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


#a85460 Background Color

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

This div background color is #a85460


#a85460 Border Color

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

This div border color is #a85460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85460


Comments

No comments written yet.

Please login to write comment.