Color Hex Logo

#86131a Color Hex

#86131A
(134,19,26)
0 Favorites   0 Comments

Color spaces of #86131a

RGB 1341926
HSL0.990.750.30
HSV356°86°53°
CMYK 0.000.860.81   0.47
XYZ10.25085.60871.5196
Yxy5.60870.58980.3227
Hunter Lab23.682735.817112.7735
CIE-Lab28.403046.607628.4043

#86131a color RGB value is (134,19,26).

#86131a hex color red value is 134, green value is 19 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #86131a hue: 0.99 , saturation: 0.75 and the lightness value of 86131a is 0.30.

The process color (four color CMYK) of #86131a color hex is 0.00, 0.86, 0.81, 0.47. Web safe color of #86131a is #990033. Color #86131a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010011 00011010
Octal 206 23 32
Decimal 134 19 26
Hex 86 13 1A

RGB Percentages of Color #86131a

%74.86
%10.61
%14.53

CMYK Percentages of Color #86131a

%0
%86
%81
%47

Triadic Colors of #86131a

#86131a #1a8613 #131a86

Analogous Colors of #86131a

#86131a #864613 #861353

Monochromatic Colors of #86131a

#86131a

Complementary Color

#86131a #13867f

#86131a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86131a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86131a Color CSS Codes

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

#86131a Text Font Color

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

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


#86131a Background Color

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

This div background color is #86131a


#86131a Border Color

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

This div border color is #86131a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,19,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86131a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86131a;
  -webkit-box-shadow: 1px 1px 3px 2px #86131a;
  box-shadow:         1px 1px 3px 2px #86131a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86131a


Comments

No comments written yet.

Please login to write comment.