Color Hex Logo

#865971 Color Hex

#865971
(134,89,113)
0 Favorites   0 Comments

Color spaces of #865971

RGB 13489113
HSL0.910.200.44
HSV328°34°53°
CMYK 0.000.340.16   0.47
XYZ16.384513.405317.3467
Yxy13.40530.34760.2844
Hunter Lab36.613215.8059-2.4613
CIE-Lab43.367722.3760-6.0635

#865971 color RGB value is (134,89,113).

#865971 hex color red value is 134, green value is 89 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #865971 hue: 0.91 , saturation: 0.20 and the lightness value of 865971 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011001 01110001
Octal 206 131 161
Decimal 134 89 113
Hex 86 59 71

RGB Percentages of Color #865971

%39.88
%26.49
%33.63

CMYK Percentages of Color #865971

%0
%34
%16
%47

Triadic Colors of #865971

#865971 #718659 #597186

Analogous Colors of #865971

#865971 #86595b #855986

Monochromatic Colors of #865971

#865971

Complementary Color

#865971 #59866e

#865971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865971 Color CSS Codes

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

#865971 Text Font Color

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

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


#865971 Background Color

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

This div background color is #865971


#865971 Border Color

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

This div border color is #865971


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,89,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 #865971">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865971


Comments

No comments written yet.

Please login to write comment.