Color Hex Logo

#563bfb Color Hex

#563BFB
(86,59,251)
0 Favorites   0 Comments

Color spaces of #563bfb

RGB 8659251
HSL0.690.960.61
HSV248°76°98°
CMYK 0.660.760.00   0.02
XYZ22.814312.071492.3944
Yxy12.07140.17920.0948
Hunter Lab34.743956.4086-133.3490
CIE-Lab41.329463.6276-90.5033

#563bfb color RGB value is (86,59,251).

#563bfb hex color red value is 86, green value is 59 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #563bfb hue: 0.69 , saturation: 0.96 and the lightness value of 563bfb is 0.61.

The process color (four color CMYK) of #563bfb color hex is 0.66, 0.76, 0.00, 0.02. Web safe color of #563bfb is #6633ff. Color #563bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111011 11111011
Octal 126 73 373
Decimal 86 59 251
Hex 56 3B FB

RGB Percentages of Color #563bfb

%21.72
%14.90
%63.38

CMYK Percentages of Color #563bfb

%66
%76
%0
%2

Triadic Colors of #563bfb

#563bfb #fb563b #3bfb56

Analogous Colors of #563bfb

#563bfb #b63bfb #3b80fb

Monochromatic Colors of #563bfb

#563bfb

Complementary Color

#563bfb #e0fb3b

#563bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#563bfb Color CSS Codes

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

#563bfb Text Font Color

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

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


#563bfb Background Color

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

This div background color is #563bfb


#563bfb Border Color

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

This div border color is #563bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.