Color Hex Logo

#563792 Color Hex

#563792
(86,55,146)
0 Favorites   0 Comments

Color spaces of #563792

RGB 8655146
HSL0.720.450.39
HSV260°62°57°
CMYK 0.410.620.00   0.43
XYZ10.39226.786127.9563
Yxy6.78610.23020.1504
Hunter Lab26.050125.6214-45.3933
CIE-Lab31.314935.1455-45.5394

#563792 color RGB value is (86,55,146).

#563792 hex color red value is 86, green value is 55 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #563792 hue: 0.72 , saturation: 0.45 and the lightness value of 563792 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110111 10010010
Octal 126 67 222
Decimal 86 55 146
Hex 56 37 92

RGB Percentages of Color #563792

%29.97
%19.16
%50.87

CMYK Percentages of Color #563792

%41
%62
%0
%43

Triadic Colors of #563792

#563792 #925637 #379256

Analogous Colors of #563792

#563792 #843792 #374692

Monochromatic Colors of #563792

#563792

Complementary Color

#563792 #739237

#563792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563792 Color CSS Codes

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

#563792 Text Font Color

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

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


#563792 Background Color

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

This div background color is #563792


#563792 Border Color

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

This div border color is #563792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563792


Comments

No comments written yet.

Please login to write comment.