Color Hex Logo

#863951 Color Hex

#863951
(134,57,81)
0 Favorites   0 Comments

Color spaces of #863951

RGB 1345781
HSL0.950.400.37
HSV341°57°53°
CMYK 0.000.570.40   0.47
XYZ12.77988.58878.7688
Yxy8.58870.42410.2850
Hunter Lab29.306526.55292.7744
CIE-Lab35.180035.54891.8727

#863951 color RGB value is (134,57,81).

#863951 hex color red value is 134, green value is 57 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #863951 hue: 0.95 , saturation: 0.40 and the lightness value of 863951 is 0.37.

The process color (four color CMYK) of #863951 color hex is 0.00, 0.57, 0.40, 0.47. Web safe color of #863951 is #993366. Color #863951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111001 01010001
Octal 206 71 121
Decimal 134 57 81
Hex 86 39 51

RGB Percentages of Color #863951

%49.26
%20.96
%29.78

CMYK Percentages of Color #863951

%0
%57
%40
%47

Triadic Colors of #863951

#863951 #518639 #395186

Analogous Colors of #863951

#863951 #864839 #863978

Monochromatic Colors of #863951

#863951

Complementary Color

#863951 #39866e

#863951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863951 Color CSS Codes

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

#863951 Text Font Color

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

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


#863951 Background Color

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

This div background color is #863951


#863951 Border Color

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

This div border color is #863951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863951


Comments

No comments written yet.

Please login to write comment.