Color Hex Logo

#563260 Color Hex

#563260
(86,50,96)
0 Favorites   0 Comments

Color spaces of #563260

RGB 865096
HSL0.800.320.29
HSV287°48°38°
CMYK 0.100.480.00   0.62
XYZ7.08975.104211.6779
Yxy5.10420.29700.2138
Hunter Lab22.592516.4779-14.8319
CIE-Lab27.029625.0023-20.8347

#563260 color RGB value is (86,50,96).

#563260 hex color red value is 86, green value is 50 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #563260 hue: 0.80 , saturation: 0.32 and the lightness value of 563260 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110010 01100000
Octal 126 62 140
Decimal 86 50 96
Hex 56 32 60

RGB Percentages of Color #563260

%37.07
%21.55
%41.38

CMYK Percentages of Color #563260

%10
%48
%0
%62

Triadic Colors of #563260

#563260 #605632 #326056

Analogous Colors of #563260

#563260 #603253 #3f3260

Monochromatic Colors of #563260

#563260

Complementary Color

#563260 #3c6032

#563260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563260 Color CSS Codes

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

#563260 Text Font Color

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

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


#563260 Background Color

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

This div background color is #563260


#563260 Border Color

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

This div border color is #563260


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,50,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 #563260">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563260


Comments

No comments written yet.

Please login to write comment.