Color Hex Logo

#86314c Color Hex

#86314C
(134,49,76)
0 Favorites   0 Comments

Color spaces of #86314c

RGB 1344976
HSL0.950.460.36
HSV341°63°53°
CMYK 0.000.630.43   0.47
XYZ12.23437.78687.6957
Yxy7.78680.44140.2809
Hunter Lab27.904829.42623.1822
CIE-Lab33.534938.94242.7137

#86314c color RGB value is (134,49,76).

#86314c hex color red value is 134, green value is 49 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #86314c hue: 0.95 , saturation: 0.46 and the lightness value of 86314c is 0.36.

The process color (four color CMYK) of #86314c color hex is 0.00, 0.63, 0.43, 0.47. Web safe color of #86314c is #993333. Color #86314c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110001 01001100
Octal 206 61 114
Decimal 134 49 76
Hex 86 31 4C

RGB Percentages of Color #86314c

%51.74
%18.92
%29.34

CMYK Percentages of Color #86314c

%0
%63
%43
%47

Triadic Colors of #86314c

#86314c #4c8631 #314c86

Analogous Colors of #86314c

#86314c #864131 #863177

Monochromatic Colors of #86314c

#86314c

Complementary Color

#86314c #31866b

#86314c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86314c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86314c Color CSS Codes

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

#86314c Text Font Color

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

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


#86314c Background Color

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

This div background color is #86314c


#86314c Border Color

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

This div border color is #86314c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,49,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86314c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86314c;
  -webkit-box-shadow: 1px 1px 3px 2px #86314c;
  box-shadow:         1px 1px 3px 2px #86314c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86314c


Comments

No comments written yet.

Please login to write comment.