Color Hex Logo

#86131b Color Hex

#86131B
(134,19,27)
0 Favorites   0 Comments

Color spaces of #86131b

RGB 1341927
HSL0.990.750.30
HSV356°86°53°
CMYK 0.000.860.80   0.47
XYZ10.26225.61321.5795
Yxy5.61320.58790.3216
Hunter Lab23.692235.855412.6318
CIE-Lab28.414846.644627.8002

#86131b color RGB value is (134,19,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010011 00011011
Octal 206 23 33
Decimal 134 19 27
Hex 86 13 1B

RGB Percentages of Color #86131b

%74.44
%10.56
%15.00

CMYK Percentages of Color #86131b

%0
%86
%80
%47

Triadic Colors of #86131b

#86131b #1b8613 #131b86

Analogous Colors of #86131b

#86131b #864513 #861354

Monochromatic Colors of #86131b

#86131b

Complementary Color

#86131b #13867e

#86131b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86131b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86131b Color CSS Codes

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

#86131b Text Font Color

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

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


#86131b Background Color

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

This div background color is #86131b


#86131b Border Color

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

This div border color is #86131b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86131b


Comments

No comments written yet.

Please login to write comment.