Color Hex Logo

#561344 Color Hex

#561344
(86,19,68)
0 Favorites   0 Comments

Color spaces of #561344

RGB 861968
HSL0.880.640.21
HSV316°78°34°
CMYK 0.000.780.21   0.66
XYZ5.11402.86155.7516
Yxy2.86150.37250.2085
Hunter Lab16.916024.3608-8.3180
CIE-Lab19.480535.8273-13.8691

#561344 color RGB value is (86,19,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010011 01000100
Octal 126 23 104
Decimal 86 19 68
Hex 56 13 44

RGB Percentages of Color #561344

%49.71
%10.98
%39.31

CMYK Percentages of Color #561344

%0
%78
%21
%66

Triadic Colors of #561344

#561344 #445613 #134456

Analogous Colors of #561344

#561344 #561323 #461356

Monochromatic Colors of #561344

#561344

Complementary Color

#561344 #135625

#561344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561344 Color CSS Codes

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

#561344 Text Font Color

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

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


#561344 Background Color

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

This div background color is #561344


#561344 Border Color

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

This div border color is #561344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561344


Comments

No comments written yet.

Please login to write comment.