Color Hex Logo

#864768 Color Hex

#864768
(134,71,104)
0 Favorites   0 Comments

Color spaces of #864768

RGB 13471104
HSL0.910.310.40
HSV329°47°53°
CMYK 0.000.470.22   0.47
XYZ14.583410.574314.3691
Yxy10.57430.36890.2675
Hunter Lab32.518123.1451-3.4363
CIE-Lab38.854031.2366-7.2488

#864768 color RGB value is (134,71,104).

#864768 hex color red value is 134, green value is 71 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #864768 hue: 0.91 , saturation: 0.31 and the lightness value of 864768 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000111 01101000
Octal 206 107 150
Decimal 134 71 104
Hex 86 47 68

RGB Percentages of Color #864768

%43.37
%22.98
%33.66

CMYK Percentages of Color #864768

%0
%47
%22
%47

Triadic Colors of #864768

#864768 #688647 #476886

Analogous Colors of #864768

#864768 #864749 #854786

Monochromatic Colors of #864768

#864768

Complementary Color

#864768 #478665

#864768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864768 Color CSS Codes

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

#864768 Text Font Color

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

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


#864768 Background Color

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

This div background color is #864768


#864768 Border Color

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

This div border color is #864768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864768


Comments

No comments written yet.

Please login to write comment.