Color Hex Logo

#864962 Color Hex

#864962
(134,73,98)
0 Favorites   0 Comments

Color spaces of #864962

RGB 1347398
HSL0.930.290.41
HSV335°46°53°
CMYK 0.000.460.27   0.47
XYZ14.418710.715312.8636
Yxy10.71530.37950.2820
Hunter Lab32.734221.3404-0.3853
CIE-Lab39.096829.1789-3.1421

#864962 color RGB value is (134,73,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001001 01100010
Octal 206 111 142
Decimal 134 73 98
Hex 86 49 62

RGB Percentages of Color #864962

%43.93
%23.93
%32.13

CMYK Percentages of Color #864962

%0
%46
%27
%47

Triadic Colors of #864962

#864962 #628649 #496286

Analogous Colors of #864962

#864962 #864f49 #864981

Monochromatic Colors of #864962

#864962

Complementary Color

#864962 #49866d

#864962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864962 Color CSS Codes

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

#864962 Text Font Color

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

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


#864962 Background Color

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

This div background color is #864962


#864962 Border Color

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

This div border color is #864962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864962


Comments

No comments written yet.

Please login to write comment.