Color Hex Logo

#864a5e Color Hex

#864A5E
(134,74,94)
0 Favorites   0 Comments

Color spaces of #864a5e

RGB 1347494
HSL0.940.290.41
HSV340°45°53°
CMYK 0.000.450.30   0.47
XYZ14.300710.774011.9155
Yxy10.77400.38660.2913
Hunter Lab32.823820.32751.4535
CIE-Lab39.197228.0166-0.4962

#864a5e color RGB value is (134,74,94).

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

The process color (four color CMYK) of #864a5e color hex is 0.00, 0.45, 0.30, 0.47. Web safe color of #864a5e is #993366. Color #864a5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001010 01011110
Octal 206 112 136
Decimal 134 74 94
Hex 86 4A 5E

RGB Percentages of Color #864a5e

%44.37
%24.50
%31.13

CMYK Percentages of Color #864a5e

%0
%45
%30
%47

Triadic Colors of #864a5e

#864a5e #5e864a #4a5e86

Analogous Colors of #864a5e

#864a5e #86544a #864a7c

Monochromatic Colors of #864a5e

#864a5e

Complementary Color

#864a5e #4a8672

#864a5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864a5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#864a5e Color CSS Codes

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

#864a5e Text Font Color

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

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


#864a5e Background Color

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

This div background color is #864a5e


#864a5e Border Color

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

This div border color is #864a5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,74,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 #864a5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864a5e


Comments

No comments written yet.

Please login to write comment.