Color Hex Logo

#561314 Color Hex

#561314
(86,19,20)
0 Favorites   0 Comments

Color spaces of #561314

RGB 861920
HSL1.000.640.21
HSV359°78°34°
CMYK 0.000.780.77   0.66
XYZ4.19692.49470.9221
Yxy2.49470.55120.3277
Hunter Lab15.794619.78997.5948
CIE-Lab17.894630.628317.6636

#561314 color RGB value is (86,19,20).

#561314 hex color red value is 86, green value is 19 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #561314 hue: 1.00 , saturation: 0.64 and the lightness value of 561314 is 0.21.

The process color (four color CMYK) of #561314 color hex is 0.00, 0.78, 0.77, 0.66. Web safe color of #561314 is #660000. Color #561314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010011 00010100
Octal 126 23 24
Decimal 86 19 20
Hex 56 13 14

RGB Percentages of Color #561314

%68.80
%15.20
%16.00

CMYK Percentages of Color #561314

%0
%78
%77
%66

Triadic Colors of #561314

#561314 #145613 #131456

Analogous Colors of #561314

#561314 #563413 #561336

Monochromatic Colors of #561314

#561314

Complementary Color

#561314 #135655

#561314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561314 Color CSS Codes

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

#561314 Text Font Color

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

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


#561314 Background Color

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

This div background color is #561314


#561314 Border Color

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

This div border color is #561314


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,19,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 #561314">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561314


Comments

No comments written yet.

Please login to write comment.