Color Hex Logo

#561049 Color Hex

#561049
(86,16,73)
0 Favorites   0 Comments

Color spaces of #561049

RGB 861673
HSL0.860.690.20
HSV311°81°34°
CMYK 0.000.810.15   0.66
XYZ5.22562.83016.5742
Yxy2.83010.35720.1934
Hunter Lab16.822926.0063-11.3938
CIE-Lab19.350237.7520-17.5131

#561049 color RGB value is (86,16,73).

#561049 hex color red value is 86, green value is 16 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #561049 hue: 0.86 , saturation: 0.69 and the lightness value of 561049 is 0.20.

The process color (four color CMYK) of #561049 color hex is 0.00, 0.81, 0.15, 0.66. Web safe color of #561049 is #660033. Color #561049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010000 01001001
Octal 126 20 111
Decimal 86 16 73
Hex 56 10 49

RGB Percentages of Color #561049

%49.14
%9.14
%41.71

CMYK Percentages of Color #561049

%0
%81
%15
%66

Triadic Colors of #561049

#561049 #495610 #104956

Analogous Colors of #561049

#561049 #561026 #401056

Monochromatic Colors of #561049

#561049

Complementary Color

#561049 #10561d

#561049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561049 Color CSS Codes

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

#561049 Text Font Color

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

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


#561049 Background Color

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

This div background color is #561049


#561049 Border Color

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

This div border color is #561049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561049


Comments

No comments written yet.

Please login to write comment.