Color Hex Logo

#866a85 Color Hex

#866A85
(134,106,133)
0 Favorites   0 Comments

Color spaces of #866a85

RGB 134106133
HSL0.840.120.47
HSV302°21°53°
CMYK 0.000.210.01   0.47
XYZ19.219217.069924.4722
Yxy17.06990.31630.2809
Hunter Lab41.315710.7319-6.1977
CIE-Lab48.348016.1115-10.6554

#866a85 color RGB value is (134,106,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101010 10000101
Octal 206 152 205
Decimal 134 106 133
Hex 86 6A 85

RGB Percentages of Color #866a85

%35.92
%28.42
%35.66

CMYK Percentages of Color #866a85

%0
%21
%1
%47

Triadic Colors of #866a85

#866a85 #85866a #6a8586

Analogous Colors of #866a85

#866a85 #866a77 #796a86

Monochromatic Colors of #866a85

#866a85

Complementary Color

#866a85 #6a866b

#866a85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866a85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866a85 Color CSS Codes

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

#866a85 Text Font Color

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

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


#866a85 Background Color

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

This div background color is #866a85


#866a85 Border Color

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

This div border color is #866a85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866a85


Comments

No comments written yet.

Please login to write comment.