Color Hex Logo

#86142c Color Hex

#86142C
(134,20,44)
0 Favorites   0 Comments

Color spaces of #86142c

RGB 1342044
HSL0.960.740.30
HSV347°85°53°
CMYK 0.000.850.67   0.47
XYZ10.53635.75052.9375
Yxy5.75050.54810.2991
Hunter Lab23.980236.46319.5233
CIE-Lab28.774147.197417.2126

#86142c color RGB value is (134,20,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010100 00101100
Octal 206 24 54
Decimal 134 20 44
Hex 86 14 2C

RGB Percentages of Color #86142c

%67.68
%10.10
%22.22

CMYK Percentages of Color #86142c

%0
%85
%67
%47

Triadic Colors of #86142c

#86142c #2c8614 #142c86

Analogous Colors of #86142c

#86142c #863514 #861465

Monochromatic Colors of #86142c

#86142c

Complementary Color

#86142c #14866e

#86142c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86142c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86142c Color CSS Codes

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

#86142c Text Font Color

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

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


#86142c Background Color

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

This div background color is #86142c


#86142c Border Color

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

This div border color is #86142c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86142c


Comments

No comments written yet.

Please login to write comment.