Color Hex Logo

#561370 Color Hex

#561370
(86,19,112)
0 Favorites   0 Comments

Color spaces of #561370

RGB 8619112
HSL0.790.710.26
HSV283°83°44°
CMYK 0.230.830.00   0.56
XYZ6.99533.614015.6581
Yxy3.61400.26630.1376
Hunter Lab19.010532.4142-35.5271
CIE-Lab22.351944.2262-38.6587

#561370 color RGB value is (86,19,112).

#561370 hex color red value is 86, green value is 19 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #561370 hue: 0.79 , saturation: 0.71 and the lightness value of 561370 is 0.26.

The process color (four color CMYK) of #561370 color hex is 0.23, 0.83, 0.00, 0.56. Web safe color of #561370 is #660066. Color #561370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010011 01110000
Octal 126 23 160
Decimal 86 19 112
Hex 56 13 70

RGB Percentages of Color #561370

%39.63
%8.76
%51.61

CMYK Percentages of Color #561370

%23
%83
%0
%56

Triadic Colors of #561370

#561370 #705613 #137056

Analogous Colors of #561370

#561370 #70135b #281370

Monochromatic Colors of #561370

#561370

Complementary Color

#561370 #2d7013

#561370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561370 Color CSS Codes

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

#561370 Text Font Color

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

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


#561370 Background Color

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

This div background color is #561370


#561370 Border Color

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

This div border color is #561370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561370


Comments

No comments written yet.

Please login to write comment.