Color Hex Logo

#560d58 Color Hex

#560D58
(86,13,88)
0 Favorites   0 Comments

Color spaces of #560d58

RGB 861388
HSL0.830.740.20
HSV298°85°35°
CMYK 0.020.850.00   0.65
XYZ5.74312.97099.5033
Yxy2.97090.31530.1631
Hunter Lab17.236329.3123-20.6244
CIE-Lab19.927041.3455-26.7728

#560d58 color RGB value is (86,13,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00001101 01011000
Octal 126 15 130
Decimal 86 13 88
Hex 56 D 58

RGB Percentages of Color #560d58

%45.99
%6.95
%47.06

CMYK Percentages of Color #560d58

%2
%85
%0
%65

Triadic Colors of #560d58

#560d58 #58560d #0d5856

Analogous Colors of #560d58

#560d58 #580d35 #310d58

Monochromatic Colors of #560d58

#560d58

Complementary Color

#560d58 #0f580d

#560d58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560d58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#560d58 Color CSS Codes

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

#560d58 Text Font Color

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

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


#560d58 Background Color

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

This div background color is #560d58


#560d58 Border Color

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

This div border color is #560d58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560d58


Comments

No comments written yet.

Please login to write comment.