Color Hex Logo

#866a82 Color Hex

#866A82
(134,106,130)
0 Favorites   0 Comments

Color spaces of #866a82

RGB 134106130
HSL0.860.120.47
HSV309°21°53°
CMYK 0.000.210.03   0.47
XYZ19.014816.988123.3959
Yxy16.98810.32010.2860
Hunter Lab41.216610.2198-4.8033
CIE-Lab48.245015.5112-9.0234

#866a82 color RGB value is (134,106,130).

#866a82 hex color red value is 134, green value is 106 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #866a82 hue: 0.86 , saturation: 0.12 and the lightness value of 866a82 is 0.47.

The process color (four color CMYK) of #866a82 color hex is 0.00, 0.21, 0.03, 0.47. Web safe color of #866a82 is #996699. Color #866a82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101010 10000010
Octal 206 152 202
Decimal 134 106 130
Hex 86 6A 82

RGB Percentages of Color #866a82

%36.22
%28.65
%35.14

CMYK Percentages of Color #866a82

%0
%21
%3
%47

Triadic Colors of #866a82

#866a82 #82866a #6a8286

Analogous Colors of #866a82

#866a82 #866a74 #7c6a86

Monochromatic Colors of #866a82

#866a82

Complementary Color

#866a82 #6a866e

#866a82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866a82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866a82 Color CSS Codes

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

#866a82 Text Font Color

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

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


#866a82 Background Color

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

This div background color is #866a82


#866a82 Border Color

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

This div border color is #866a82


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,106,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #866a82; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #866a82;
  -webkit-box-shadow: 1px 1px 3px 2px #866a82;
  box-shadow:         1px 1px 3px 2px #866a82; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866a82


Comments

No comments written yet.

Please login to write comment.