Color Hex Logo

#86062f Color Hex

#86062F
(134,6,47)
0 Favorites   0 Comments

Color spaces of #86062f

RGB 134647
HSL0.950.910.27
HSV341°96°53°
CMYK 0.000.960.65   0.47
XYZ10.40975.40383.1837
Yxy5.40380.54800.2845
Hunter Lab23.246139.25258.1521
CIE-Lab27.855550.190713.9979

#86062f color RGB value is (134,6,47).

#86062f hex color red value is 134, green value is 6 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #86062f hue: 0.95 , saturation: 0.91 and the lightness value of 86062f is 0.27.

The process color (four color CMYK) of #86062f color hex is 0.00, 0.96, 0.65, 0.47. Web safe color of #86062f is #990033. Color #86062f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000110 00101111
Octal 206 6 57
Decimal 134 6 47
Hex 86 6 2F

RGB Percentages of Color #86062f

%71.66
%3.21
%25.13

CMYK Percentages of Color #86062f

%0
%96
%65
%47

Triadic Colors of #86062f

#86062f #2f8606 #062f86

Analogous Colors of #86062f

#86062f #861d06 #86066f

Monochromatic Colors of #86062f

#86062f

Complementary Color

#86062f #06865d

#86062f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86062f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86062f Color CSS Codes

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

#86062f Text Font Color

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

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


#86062f Background Color

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

This div background color is #86062f


#86062f Border Color

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

This div border color is #86062f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86062f


Comments

No comments written yet.

Please login to write comment.