Color Hex Logo

#863354 Color Hex

#863354
(134,51,84)
0 Favorites   0 Comments

Color spaces of #863354

RGB 1345184
HSL0.930.450.36
HSV336°62°53°
CMYK 0.000.620.37   0.47
XYZ12.61568.07619.2814
Yxy8.07610.42090.2694
Hunter Lab28.418529.50780.5290
CIE-Lab34.140938.9262-1.5702

#863354 color RGB value is (134,51,84).

#863354 hex color red value is 134, green value is 51 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #863354 hue: 0.93 , saturation: 0.45 and the lightness value of 863354 is 0.36.

The process color (four color CMYK) of #863354 color hex is 0.00, 0.62, 0.37, 0.47. Web safe color of #863354 is #993366. Color #863354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110011 01010100
Octal 206 63 124
Decimal 134 51 84
Hex 86 33 54

RGB Percentages of Color #863354

%49.81
%18.96
%31.23

CMYK Percentages of Color #863354

%0
%62
%37
%47

Triadic Colors of #863354

#863354 #548633 #335486

Analogous Colors of #863354

#863354 #863c33 #86337e

Monochromatic Colors of #863354

#863354

Complementary Color

#863354 #338665

#863354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863354 Color CSS Codes

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

#863354 Text Font Color

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

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


#863354 Background Color

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

This div background color is #863354


#863354 Border Color

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

This div border color is #863354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863354


Comments

No comments written yet.

Please login to write comment.