Color Hex Logo

#861304 Color Hex

#861304
(134,19,4)
0 Favorites   0 Comments

Color spaces of #861304

RGB 134194
HSL0.020.940.27
HSV97°53°
CMYK 0.000.860.97   0.47
XYZ10.08635.54280.6531
Yxy5.54280.61950.3404
Hunter Lab23.543235.272014.8355
CIE-Lab28.228446.080239.3281

#861304 color RGB value is (134,19,4).

#861304 hex color red value is 134, green value is 19 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #861304 hue: 0.02 , saturation: 0.94 and the lightness value of 861304 is 0.27.

The process color (four color CMYK) of #861304 color hex is 0.00, 0.86, 0.97, 0.47. Web safe color of #861304 is #990000. Color #861304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010011 00000100
Octal 206 23 4
Decimal 134 19 4
Hex 86 13 4

RGB Percentages of Color #861304

%85.35
%12.10
%2.55

CMYK Percentages of Color #861304

%0
%86
%97
%47

Triadic Colors of #861304

#861304 #048613 #130486

Analogous Colors of #861304

#861304 #865404 #860436

Monochromatic Colors of #861304

#861304

Complementary Color

#861304 #047786

#861304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#861304 Color CSS Codes

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

#861304 Text Font Color

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

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


#861304 Background Color

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

This div background color is #861304


#861304 Border Color

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

This div border color is #861304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861304


Comments

No comments written yet.

Please login to write comment.