Color Hex Logo

#861114 Color Hex

#861114
(134,17,20)
0 Favorites   0 Comments

Color spaces of #861114

RGB 1341720
HSL1.000.770.30
HSV358°87°53°
CMYK 0.000.870.85   0.47
XYZ10.15825.51971.1918
Yxy5.51970.60220.3272
Hunter Lab23.494036.064113.4382
CIE-Lab28.166946.906531.7435

#861114 color RGB value is (134,17,20).

#861114 hex color red value is 134, green value is 17 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #861114 hue: 1.00 , saturation: 0.77 and the lightness value of 861114 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010001 00010100
Octal 206 21 24
Decimal 134 17 20
Hex 86 11 14

RGB Percentages of Color #861114

%78.36
%9.94
%11.70

CMYK Percentages of Color #861114

%0
%87
%85
%47

Triadic Colors of #861114

#861114 #148611 #111486

Analogous Colors of #861114

#861114 #864911 #86114f

Monochromatic Colors of #861114

#861114

Complementary Color

#861114 #118683

#861114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#861114 Color CSS Codes

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

#861114 Text Font Color

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

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


#861114 Background Color

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

This div background color is #861114


#861114 Border Color

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

This div border color is #861114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861114


Comments

No comments written yet.

Please login to write comment.