Color Hex Logo

#563fbb Color Hex

#563FBB
(86,63,187)
0 Favorites   0 Comments

Color spaces of #563fbb

RGB 8663187
HSL0.700.500.49
HSV251°66°73°
CMYK 0.540.660.00   0.27
XYZ14.58499.121348.0056
Yxy9.12130.20340.1272
Hunter Lab30.201533.3486-73.1011
CIE-Lab36.216842.6132-62.1918

#563fbb color RGB value is (86,63,187).

#563fbb hex color red value is 86, green value is 63 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #563fbb hue: 0.70 , saturation: 0.50 and the lightness value of 563fbb is 0.49.

The process color (four color CMYK) of #563fbb color hex is 0.54, 0.66, 0.00, 0.27. Web safe color of #563fbb is #6633cc. Color #563fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111111 10111011
Octal 126 77 273
Decimal 86 63 187
Hex 56 3F BB

RGB Percentages of Color #563fbb

%25.60
%18.75
%55.65

CMYK Percentages of Color #563fbb

%54
%66
%0
%27

Triadic Colors of #563fbb

#563fbb #bb563f #3fbb56

Analogous Colors of #563fbb

#563fbb #943fbb #3f66bb

Monochromatic Colors of #563fbb

#563fbb

Complementary Color

#563fbb #a4bb3f

#563fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#563fbb Color CSS Codes

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

#563fbb Text Font Color

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

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


#563fbb Background Color

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

This div background color is #563fbb


#563fbb Border Color

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

This div border color is #563fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,63,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #563fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #563fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #563fbb;
  box-shadow:         1px 1px 3px 2px #563fbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563fbb


Comments

No comments written yet.

Please login to write comment.