Color Hex Logo

#86374f Color Hex

#86374F
(134,55,79)
0 Favorites   0 Comments

Color spaces of #86374f

RGB 1345579
HSL0.950.420.37
HSV342°59°53°
CMYK 0.000.590.41   0.47
XYZ12.60908.36528.3472
Yxy8.36520.43000.2853
Hunter Lab28.922727.20353.1345
CIE-Lab34.732236.33312.5075

#86374f color RGB value is (134,55,79).

#86374f hex color red value is 134, green value is 55 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #86374f hue: 0.95 , saturation: 0.42 and the lightness value of 86374f is 0.37.

The process color (four color CMYK) of #86374f color hex is 0.00, 0.59, 0.41, 0.47. Web safe color of #86374f is #993366. Color #86374f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110111 01001111
Octal 206 67 117
Decimal 134 55 79
Hex 86 37 4F

RGB Percentages of Color #86374f

%50.00
%20.52
%29.48

CMYK Percentages of Color #86374f

%0
%59
%41
%47

Triadic Colors of #86374f

#86374f #4f8637 #374f86

Analogous Colors of #86374f

#86374f #864637 #863777

Monochromatic Colors of #86374f

#86374f

Complementary Color

#86374f #37866e

#86374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86374f Color CSS Codes

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

#86374f Text Font Color

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

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


#86374f Background Color

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

This div background color is #86374f


#86374f Border Color

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

This div border color is #86374f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,55,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86374f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86374f;
  -webkit-box-shadow: 1px 1px 3px 2px #86374f;
  box-shadow:         1px 1px 3px 2px #86374f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86374f


Comments

No comments written yet.

Please login to write comment.