Color Hex Logo

#563066 Color Hex

#563066
(86,48,102)
0 Favorites   0 Comments

Color spaces of #563066

RGB 8648102
HSL0.780.360.29
HSV282°53°40°
CMYK 0.160.530.00   0.60
XYZ7.29305.051613.1611
Yxy5.05160.28590.1981
Hunter Lab22.475818.5876-18.9853
CIE-Lab26.881327.6345-24.9541

#563066 color RGB value is (86,48,102).

#563066 hex color red value is 86, green value is 48 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #563066 hue: 0.78 , saturation: 0.36 and the lightness value of 563066 is 0.29.

The process color (four color CMYK) of #563066 color hex is 0.16, 0.53, 0.00, 0.60. Web safe color of #563066 is #663366. Color #563066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110000 01100110
Octal 126 60 146
Decimal 86 48 102
Hex 56 30 66

RGB Percentages of Color #563066

%36.44
%20.34
%43.22

CMYK Percentages of Color #563066

%16
%53
%0
%60

Triadic Colors of #563066

#563066 #665630 #306656

Analogous Colors of #563066

#563066 #66305b #3b3066

Monochromatic Colors of #563066

#563066

Complementary Color

#563066 #406630

#563066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563066 Color CSS Codes

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

#563066 Text Font Color

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

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


#563066 Background Color

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

This div background color is #563066


#563066 Border Color

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

This div border color is #563066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563066


Comments

No comments written yet.

Please login to write comment.