Color Hex Logo

#561144 Color Hex

#561144
(86,17,68)
0 Favorites   0 Comments

Color spaces of #561144

RGB 861768
HSL0.880.670.20
HSV316°80°34°
CMYK 0.000.800.21   0.66
XYZ5.08162.79675.7408
Yxy2.79670.37310.2054
Hunter Lab16.723324.9737-8.6468
CIE-Lab19.210636.5911-14.2874

#561144 color RGB value is (86,17,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010001 01000100
Octal 126 21 104
Decimal 86 17 68
Hex 56 11 44

RGB Percentages of Color #561144

%50.29
%9.94
%39.77

CMYK Percentages of Color #561144

%0
%80
%21
%66

Triadic Colors of #561144

#561144 #445611 #114456

Analogous Colors of #561144

#561144 #561121 #461156

Monochromatic Colors of #561144

#561144

Complementary Color

#561144 #115623

#561144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561144 Color CSS Codes

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

#561144 Text Font Color

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

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


#561144 Background Color

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

This div background color is #561144


#561144 Border Color

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

This div border color is #561144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561144


Comments

No comments written yet.

Please login to write comment.