Color Hex Logo

#863857 Color Hex

#863857
(134,56,87)
0 Favorites   0 Comments

Color spaces of #863857

RGB 1345687
HSL0.930.410.37
HSV336°58°53°
CMYK 0.000.580.35   0.47
XYZ12.96608.58489.9905
Yxy8.58480.41110.2722
Hunter Lab29.299827.71660.2935
CIE-Lab35.172336.8204-1.9787

#863857 color RGB value is (134,56,87).

#863857 hex color red value is 134, green value is 56 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #863857 hue: 0.93 , saturation: 0.41 and the lightness value of 863857 is 0.37.

The process color (four color CMYK) of #863857 color hex is 0.00, 0.58, 0.35, 0.47. Web safe color of #863857 is #993366. Color #863857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111000 01010111
Octal 206 70 127
Decimal 134 56 87
Hex 86 38 57

RGB Percentages of Color #863857

%48.38
%20.22
%31.41

CMYK Percentages of Color #863857

%0
%58
%35
%47

Triadic Colors of #863857

#863857 #578638 #385786

Analogous Colors of #863857

#863857 #864038 #86387e

Monochromatic Colors of #863857

#863857

Complementary Color

#863857 #388667

#863857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863857 Color CSS Codes

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

#863857 Text Font Color

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

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


#863857 Background Color

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

This div background color is #863857


#863857 Border Color

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

This div border color is #863857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863857


Comments

No comments written yet.

Please login to write comment.