Color Hex Logo

#866771 Color Hex

#866771
(134,103,113)
0 Favorites   0 Comments

Color spaces of #866771

RGB 134103113
HSL0.950.130.46
HSV341°23°53°
CMYK 0.000.230.16   0.47
XYZ17.662415.961117.7727
Yxy15.96110.34370.3106
Hunter Lab39.95138.99961.5903
CIE-Lab46.923414.1038-0.8133

#866771 color RGB value is (134,103,113).

#866771 hex color red value is 134, green value is 103 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #866771 hue: 0.95 , saturation: 0.13 and the lightness value of 866771 is 0.46.

The process color (four color CMYK) of #866771 color hex is 0.00, 0.23, 0.16, 0.47. Web safe color of #866771 is #996666. Color #866771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100111 01110001
Octal 206 147 161
Decimal 134 103 113
Hex 86 67 71

RGB Percentages of Color #866771

%38.29
%29.43
%32.29

CMYK Percentages of Color #866771

%0
%23
%16
%47

Triadic Colors of #866771

#866771 #718667 #677186

Analogous Colors of #866771

#866771 #866d67 #866781

Monochromatic Colors of #866771

#866771

Complementary Color

#866771 #67867c

#866771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866771 Color CSS Codes

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

#866771 Text Font Color

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

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


#866771 Background Color

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

This div background color is #866771


#866771 Border Color

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

This div border color is #866771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866771


Comments

No comments written yet.

Please login to write comment.