Color Hex Logo

#866679 Color Hex

#866679
(134,102,121)
0 Favorites   0 Comments

Color spaces of #866679

RGB 134102121
HSL0.900.140.46
HSV324°24°53°
CMYK 0.000.240.10   0.47
XYZ18.034115.951620.2176
Yxy15.95160.33270.2943
Hunter Lab39.939510.7051-2.0553
CIE-Lab46.910916.1453-5.6331

#866679 color RGB value is (134,102,121).

#866679 hex color red value is 134, green value is 102 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #866679 hue: 0.90 , saturation: 0.14 and the lightness value of 866679 is 0.46.

The process color (four color CMYK) of #866679 color hex is 0.00, 0.24, 0.10, 0.47. Web safe color of #866679 is #996666. Color #866679 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100110 01111001
Octal 206 146 171
Decimal 134 102 121
Hex 86 66 79

RGB Percentages of Color #866679

%37.54
%28.57
%33.89

CMYK Percentages of Color #866679

%0
%24
%10
%47

Triadic Colors of #866679

#866679 #798666 #667986

Analogous Colors of #866679

#866679 #866669 #836686

Monochromatic Colors of #866679

#866679

Complementary Color

#866679 #668673

#866679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866679 Color CSS Codes

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

#866679 Text Font Color

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

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


#866679 Background Color

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

This div background color is #866679


#866679 Border Color

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

This div border color is #866679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866679


Comments

No comments written yet.

Please login to write comment.