Color Hex Logo

#86110d Color Hex

#86110D
(134,17,13)
0 Favorites   0 Comments

Color spaces of #86110d

RGB 1341713
HSL0.010.820.29
HSV90°53°
CMYK 0.000.870.90   0.47
XYZ10.10465.49830.9095
Yxy5.49830.61190.3330
Hunter Lab23.448535.885914.1142
CIE-Lab28.109746.734835.4560

#86110d color RGB value is (134,17,13).

#86110d hex color red value is 134, green value is 17 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #86110d hue: 0.01 , saturation: 0.82 and the lightness value of 86110d is 0.29.

The process color (four color CMYK) of #86110d color hex is 0.00, 0.87, 0.90, 0.47. Web safe color of #86110d is #990000. Color #86110d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010001 00001101
Octal 206 21 15
Decimal 134 17 13
Hex 86 11 D

RGB Percentages of Color #86110d

%81.71
%10.37
%7.93

CMYK Percentages of Color #86110d

%0
%87
%90
%47

Triadic Colors of #86110d

#86110d #0d8611 #110d86

Analogous Colors of #86110d

#86110d #864e0d #860d45

Monochromatic Colors of #86110d

#86110d

Complementary Color

#86110d #0d8286

#86110d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86110d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86110d Color CSS Codes

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

#86110d Text Font Color

<p style="color:#86110d">Text here</p>

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


#86110d Background Color

<div style="background-color:#86110d">
Div content here</div>

This div background color is #86110d


#86110d Border Color

<div style="border:3px solid #86110d">
Div here</div>

This div border color is #86110d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,17,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86110d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86110d;
  -webkit-box-shadow: 1px 1px 3px 2px #86110d;
  box-shadow:         1px 1px 3px 2px #86110d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86110d


Comments

No comments written yet.

Please login to write comment.