Color Hex Logo

#563296 Color Hex

#563296
(86,50,150)
0 Favorites   0 Comments

Color spaces of #563296

RGB 8650150
HSL0.730.500.39
HSV262°67°59°
CMYK 0.430.670.00   0.41
XYZ10.48346.461629.5488
Yxy6.46160.22550.1390
Hunter Lab25.419729.1312-51.1272
CIE-Lab30.548439.1468-49.2303

#563296 color RGB value is (86,50,150).

#563296 hex color red value is 86, green value is 50 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #563296 hue: 0.73 , saturation: 0.50 and the lightness value of 563296 is 0.39.

The process color (four color CMYK) of #563296 color hex is 0.43, 0.67, 0.00, 0.41. Web safe color of #563296 is #663399. Color #563296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110010 10010110
Octal 126 62 226
Decimal 86 50 150
Hex 56 32 96

RGB Percentages of Color #563296

%30.07
%17.48
%52.45

CMYK Percentages of Color #563296

%43
%67
%0
%41

Triadic Colors of #563296

#563296 #965632 #329656

Analogous Colors of #563296

#563296 #883296 #324096

Monochromatic Colors of #563296

#563296

Complementary Color

#563296 #729632

#563296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563296 Color CSS Codes

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

#563296 Text Font Color

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

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


#563296 Background Color

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

This div background color is #563296


#563296 Border Color

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

This div border color is #563296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563296


Comments

No comments written yet.

Please login to write comment.