Color Hex Logo

#86495e Color Hex

#86495E
(134,73,94)
0 Favorites   0 Comments

Color spaces of #86495e

RGB 1347394
HSL0.940.290.41
HSV339°46°53°
CMYK 0.000.460.30   0.47
XYZ14.234410.641611.8935
Yxy10.64160.38710.2894
Hunter Lab32.621520.80101.2184
CIE-Lab38.970228.5836-0.8287

#86495e color RGB value is (134,73,94).

#86495e hex color red value is 134, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #86495e hue: 0.94 , saturation: 0.29 and the lightness value of 86495e is 0.41.

The process color (four color CMYK) of #86495e color hex is 0.00, 0.46, 0.30, 0.47. Web safe color of #86495e is #993366. Color #86495e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001001 01011110
Octal 206 111 136
Decimal 134 73 94
Hex 86 49 5E

RGB Percentages of Color #86495e

%44.52
%24.25
%31.23

CMYK Percentages of Color #86495e

%0
%46
%30
%47

Triadic Colors of #86495e

#86495e #5e8649 #495e86

Analogous Colors of #86495e

#86495e #865349 #86497d

Monochromatic Colors of #86495e

#86495e

Complementary Color

#86495e #498671

#86495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86495e Color CSS Codes

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

#86495e Text Font Color

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

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


#86495e Background Color

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

This div background color is #86495e


#86495e Border Color

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

This div border color is #86495e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,73,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86495e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86495e;
  -webkit-box-shadow: 1px 1px 3px 2px #86495e;
  box-shadow:         1px 1px 3px 2px #86495e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,73,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86495e


Comments

No comments written yet.

Please login to write comment.