Color Hex Logo

#86134a Color Hex

#86134A
(134,19,74)
0 Favorites   0 Comments

Color spaces of #86134a

RGB 1341974
HSL0.920.750.30
HSV331°86°53°
CMYK 0.000.860.45   0.47
XYZ11.30046.02857.0466
Yxy6.02850.46360.2473
Hunter Lab24.553039.18600.1711
CIE-Lab29.484349.8075-1.8766

#86134a color RGB value is (134,19,74).

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

The process color (four color CMYK) of #86134a color hex is 0.00, 0.86, 0.45, 0.47. Web safe color of #86134a is #990033. Color #86134a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010011 01001010
Octal 206 23 112
Decimal 134 19 74
Hex 86 13 4A

RGB Percentages of Color #86134a

%59.03
%8.37
%32.60

CMYK Percentages of Color #86134a

%0
%86
%45
%47

Triadic Colors of #86134a

#86134a #4a8613 #134a86

Analogous Colors of #86134a

#86134a #861613 #861384

Monochromatic Colors of #86134a

#86134a

Complementary Color

#86134a #13864f

#86134a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86134a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86134a Color CSS Codes

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

#86134a Text Font Color

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

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


#86134a Background Color

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

This div background color is #86134a


#86134a Border Color

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

This div border color is #86134a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86134a


Comments

No comments written yet.

Please login to write comment.