Color Hex Logo

#563860 Color Hex

#563860
(86,56,96)
0 Favorites   0 Comments

Color spaces of #563860

RGB 865696
HSL0.790.260.30
HSV285°42°38°
CMYK 0.100.420.00   0.62
XYZ7.36325.651311.7691
Yxy5.65130.29710.2280
Hunter Lab23.772513.6862-12.7121
CIE-Lab28.515121.2716-18.5202

#563860 color RGB value is (86,56,96).

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

The process color (four color CMYK) of #563860 color hex is 0.10, 0.42, 0.00, 0.62. Web safe color of #563860 is #663366. Color #563860 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111000 01100000
Octal 126 70 140
Decimal 86 56 96
Hex 56 38 60

RGB Percentages of Color #563860

%36.13
%23.53
%40.34

CMYK Percentages of Color #563860

%10
%42
%0
%62

Triadic Colors of #563860

#563860 #605638 #386056

Analogous Colors of #563860

#563860 #603856 #423860

Monochromatic Colors of #563860

#563860

Complementary Color

#563860 #426038

#563860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563860 Color CSS Codes

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

#563860 Text Font Color

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

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


#563860 Background Color

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

This div background color is #563860


#563860 Border Color

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

This div border color is #563860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563860


Comments

No comments written yet.

Please login to write comment.