Color Hex Logo

#861420 Color Hex

#861420
(134,20,32)
0 Favorites   0 Comments

Color spaces of #861420

RGB 1342032
HSL0.980.740.30
HSV354°85°53°
CMYK 0.000.850.76   0.47
XYZ10.34245.67291.9164
Yxy5.67290.57680.3164
Hunter Lab23.817935.828611.9020
CIE-Lab28.571846.586924.8237

#861420 color RGB value is (134,20,32).

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

The process color (four color CMYK) of #861420 color hex is 0.00, 0.85, 0.76, 0.47. Web safe color of #861420 is #990033. Color #861420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010100 00100000
Octal 206 24 40
Decimal 134 20 32
Hex 86 14 20

RGB Percentages of Color #861420

%72.04
%10.75
%17.20

CMYK Percentages of Color #861420

%0
%85
%76
%47

Triadic Colors of #861420

#861420 #208614 #142086

Analogous Colors of #861420

#861420 #864114 #861459

Monochromatic Colors of #861420

#861420

Complementary Color

#861420 #14867a

#861420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#861420 Color CSS Codes

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

#861420 Text Font Color

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

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


#861420 Background Color

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

This div background color is #861420


#861420 Border Color

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

This div border color is #861420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861420


Comments

No comments written yet.

Please login to write comment.