Color Hex Logo

#560649 Color Hex

#560649
(86,6,73)
0 Favorites   0 Comments

Color spaces of #560649

RGB 86673
HSL0.860.870.18
HSV310°93°34°
CMYK 0.000.930.15   0.66
XYZ5.10552.58976.5341
Yxy2.58970.35880.1820
Hunter Lab16.092528.4687-12.8089
CIE-Lab18.319540.7268-19.1302

#560649 color RGB value is (86,6,73).

#560649 hex color red value is 86, green value is 6 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #560649 hue: 0.86 , saturation: 0.87 and the lightness value of 560649 is 0.18.

The process color (four color CMYK) of #560649 color hex is 0.00, 0.93, 0.15, 0.66. Web safe color of #560649 is #660033. Color #560649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000110 01001001
Octal 126 6 111
Decimal 86 6 73
Hex 56 6 49

RGB Percentages of Color #560649

%52.12
%3.64
%44.24

CMYK Percentages of Color #560649

%0
%93
%15
%66

Triadic Colors of #560649

#560649 #495606 #064956

Analogous Colors of #560649

#560649 #560621 #3b0656

Monochromatic Colors of #560649

#560649

Complementary Color

#560649 #065613

#560649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#560649 Color CSS Codes

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

#560649 Text Font Color

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

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


#560649 Background Color

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

This div background color is #560649


#560649 Border Color

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

This div border color is #560649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560649


Comments

No comments written yet.

Please login to write comment.