Color Hex Logo

#865363 Color Hex

#865363
(134,83,99)
0 Favorites   0 Comments

Color spaces of #865363

RGB 1348399
HSL0.950.240.43
HSV341°38°53°
CMYK 0.000.380.26   0.47
XYZ15.176912.155713.3508
Yxy12.15570.37300.2988
Hunter Lab34.865016.68801.7017
CIE-Lab41.462523.5762-0.2869

#865363 color RGB value is (134,83,99).

#865363 hex color red value is 134, green value is 83 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #865363 hue: 0.95 , saturation: 0.24 and the lightness value of 865363 is 0.43.

The process color (four color CMYK) of #865363 color hex is 0.00, 0.38, 0.26, 0.47. Web safe color of #865363 is #996666. Color #865363 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010011 01100011
Octal 206 123 143
Decimal 134 83 99
Hex 86 53 63

RGB Percentages of Color #865363

%42.41
%26.27
%31.33

CMYK Percentages of Color #865363

%0
%38
%26
%47

Triadic Colors of #865363

#865363 #638653 #536386

Analogous Colors of #865363

#865363 #865d53 #86537d

Monochromatic Colors of #865363

#865363

Complementary Color

#865363 #538676

#865363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865363 Color CSS Codes

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

#865363 Text Font Color

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

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


#865363 Background Color

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

This div background color is #865363


#865363 Border Color

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

This div border color is #865363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865363


Comments

No comments written yet.

Please login to write comment.