Color Hex Logo

#560d59 Color Hex

#560D59
(86,13,89)
0 Favorites   0 Comments

Color spaces of #560d59

RGB 861389
HSL0.830.750.20
HSV298°85°35°
CMYK 0.030.850.00   0.65
XYZ5.78482.98769.7230
Yxy2.98760.31280.1615
Hunter Lab17.284729.4918-21.2526
CIE-Lab19.994241.5296-27.3354

#560d59 color RGB value is (86,13,89).

#560d59 hex color red value is 86, green value is 13 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #560d59 hue: 0.83 , saturation: 0.75 and the lightness value of 560d59 is 0.20.

The process color (four color CMYK) of #560d59 color hex is 0.03, 0.85, 0.00, 0.65. Web safe color of #560d59 is #660066. Color #560d59 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00001101 01011001
Octal 126 15 131
Decimal 86 13 89
Hex 56 D 59

RGB Percentages of Color #560d59

%45.74
%6.91
%47.34

CMYK Percentages of Color #560d59

%3
%85
%0
%65

Triadic Colors of #560d59

#560d59 #59560d #0d5956

Analogous Colors of #560d59

#560d59 #590d36 #300d59

Monochromatic Colors of #560d59

#560d59

Complementary Color

#560d59 #10590d

#560d59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560d59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#560d59 Color CSS Codes

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

#560d59 Text Font Color

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

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


#560d59 Background Color

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

This div background color is #560d59


#560d59 Border Color

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

This div border color is #560d59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,13,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #560d59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #560d59;
  -webkit-box-shadow: 1px 1px 3px 2px #560d59;
  box-shadow:         1px 1px 3px 2px #560d59; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560d59


Comments

No comments written yet.

Please login to write comment.