Color Hex Logo

#561448 Color Hex

#561448
(86,20,72)
0 Favorites   0 Comments

Color spaces of #561448

RGB 862072
HSL0.870.620.21
HSV313°77°34°
CMYK 0.000.770.16   0.66
XYZ5.25762.94666.4225
Yxy2.94660.35950.2015
Hunter Lab17.165724.6321-10.1673
CIE-Lab19.828836.0766-16.0798

#561448 color RGB value is (86,20,72).

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

The process color (four color CMYK) of #561448 color hex is 0.00, 0.77, 0.16, 0.66. Web safe color of #561448 is #660033. Color #561448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010100 01001000
Octal 126 24 110
Decimal 86 20 72
Hex 56 14 48

RGB Percentages of Color #561448

%48.31
%11.24
%40.45

CMYK Percentages of Color #561448

%0
%77
%16
%66

Triadic Colors of #561448

#561448 #485614 #144856

Analogous Colors of #561448

#561448 #561427 #431456

Monochromatic Colors of #561448

#561448

Complementary Color

#561448 #145622

#561448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561448 Color CSS Codes

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

#561448 Text Font Color

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

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


#561448 Background Color

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

This div background color is #561448


#561448 Border Color

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

This div border color is #561448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561448


Comments

No comments written yet.

Please login to write comment.