Color Hex Logo

#863851 Color Hex

#863851
(134,56,81)
0 Favorites   0 Comments

Color spaces of #863851

RGB 1345681
HSL0.950.410.37
HSV341°58°53°
CMYK 0.000.580.40   0.47
XYZ12.73098.49088.7525
Yxy8.49080.42470.2833
Hunter Lab29.139026.99392.5883
CIE-Lab34.984836.06321.5896

#863851 color RGB value is (134,56,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111000 01010001
Octal 206 70 121
Decimal 134 56 81
Hex 86 38 51

RGB Percentages of Color #863851

%49.45
%20.66
%29.89

CMYK Percentages of Color #863851

%0
%58
%40
%47

Triadic Colors of #863851

#863851 #518638 #385186

Analogous Colors of #863851

#863851 #864638 #863878

Monochromatic Colors of #863851

#863851

Complementary Color

#863851 #38866d

#863851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863851 Color CSS Codes

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

#863851 Text Font Color

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

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


#863851 Background Color

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

This div background color is #863851


#863851 Border Color

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

This div border color is #863851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863851


Comments

No comments written yet.

Please login to write comment.