Color Hex Logo

#561346 Color Hex

#561346
(86,19,70)
0 Favorites   0 Comments

Color spaces of #561346

RGB 861970
HSL0.870.640.21
HSV314°78°34°
CMYK 0.000.780.19   0.66
XYZ5.17612.88646.0787
Yxy2.88640.36600.2041
Hunter Lab16.989424.6515-9.3210
CIE-Lab19.583136.1460-15.0886

#561346 color RGB value is (86,19,70).

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

The process color (four color CMYK) of #561346 color hex is 0.00, 0.78, 0.19, 0.66. Web safe color of #561346 is #660033. Color #561346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010011 01000110
Octal 126 23 106
Decimal 86 19 70
Hex 56 13 46

RGB Percentages of Color #561346

%49.14
%10.86
%40.00

CMYK Percentages of Color #561346

%0
%78
%19
%66

Triadic Colors of #561346

#561346 #465613 #134656

Analogous Colors of #561346

#561346 #561325 #451356

Monochromatic Colors of #561346

#561346

Complementary Color

#561346 #135623

#561346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561346 Color CSS Codes

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

#561346 Text Font Color

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

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


#561346 Background Color

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

This div background color is #561346


#561346 Border Color

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

This div border color is #561346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561346


Comments

No comments written yet.

Please login to write comment.