Color Hex Logo

#563c79 Color Hex

#563C79
(86,60,121)
0 Favorites   0 Comments

Color spaces of #563c79

RGB 8660121
HSL0.740.340.35
HSV266°50°47°
CMYK 0.290.500.00   0.53
XYZ8.90486.590618.8919
Yxy6.59060.25900.1917
Hunter Lab25.672216.9893-25.6604
CIE-Lab30.856125.1243-30.7633

#563c79 color RGB value is (86,60,121).

#563c79 hex color red value is 86, green value is 60 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #563c79 hue: 0.74 , saturation: 0.34 and the lightness value of 563c79 is 0.35.

The process color (four color CMYK) of #563c79 color hex is 0.29, 0.50, 0.00, 0.53. Web safe color of #563c79 is #663366. Color #563c79 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111100 01111001
Octal 126 74 171
Decimal 86 60 121
Hex 56 3C 79

RGB Percentages of Color #563c79

%32.21
%22.47
%45.32

CMYK Percentages of Color #563c79

%29
%50
%0
%53

Triadic Colors of #563c79

#563c79 #79563c #3c7956

Analogous Colors of #563c79

#563c79 #753c79 #3c4179

Monochromatic Colors of #563c79

#563c79

Complementary Color

#563c79 #5f793c

#563c79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563c79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563c79 Color CSS Codes

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

#563c79 Text Font Color

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

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


#563c79 Background Color

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

This div background color is #563c79


#563c79 Border Color

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

This div border color is #563c79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,60,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #563c79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #563c79;
  -webkit-box-shadow: 1px 1px 3px 2px #563c79;
  box-shadow:         1px 1px 3px 2px #563c79; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563c79


Comments

No comments written yet.

Please login to write comment.