Color Hex Logo

#563863 Color Hex

#563863
(86,56,99)
0 Favorites   0 Comments

Color spaces of #563863

RGB 865699
HSL0.780.280.30
HSV282°43°39°
CMYK 0.130.430.00   0.61
XYZ7.50415.707612.5106
Yxy5.70760.29170.2219
Hunter Lab23.890614.2588-14.3245
CIE-Lab28.662421.9875-20.2263

#563863 color RGB value is (86,56,99).

#563863 hex color red value is 86, green value is 56 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #563863 hue: 0.78 , saturation: 0.28 and the lightness value of 563863 is 0.30.

The process color (four color CMYK) of #563863 color hex is 0.13, 0.43, 0.00, 0.61. Web safe color of #563863 is #663366. Color #563863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111000 01100011
Octal 126 70 143
Decimal 86 56 99
Hex 56 38 63

RGB Percentages of Color #563863

%35.68
%23.24
%41.08

CMYK Percentages of Color #563863

%13
%43
%0
%61

Triadic Colors of #563863

#563863 #635638 #386356

Analogous Colors of #563863

#563863 #63385b #413863

Monochromatic Colors of #563863

#563863

Complementary Color

#563863 #456338

#563863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563863 Color CSS Codes

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

#563863 Text Font Color

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

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


#563863 Background Color

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

This div background color is #563863


#563863 Border Color

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

This div border color is #563863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563863


Comments

No comments written yet.

Please login to write comment.