Color Hex Logo

#563dfb Color Hex

#563DFB
(86,61,251)
0 Favorites   0 Comments

Color spaces of #563dfb

RGB 8661251
HSL0.690.960.61
HSV248°76°98°
CMYK 0.660.760.00   0.02
XYZ22.919112.281092.4293
Yxy12.28100.17960.0962
Hunter Lab35.044355.4123-131.8465
CIE-Lab41.659362.6806-89.9583

#563dfb color RGB value is (86,61,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111101 11111011
Octal 126 75 373
Decimal 86 61 251
Hex 56 3D FB

RGB Percentages of Color #563dfb

%21.61
%15.33
%63.07

CMYK Percentages of Color #563dfb

%66
%76
%0
%2

Triadic Colors of #563dfb

#563dfb #fb563d #3dfb56

Analogous Colors of #563dfb

#563dfb #b53dfb #3d83fb

Monochromatic Colors of #563dfb

#563dfb

Complementary Color

#563dfb #e2fb3d

#563dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#563dfb Color CSS Codes

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

#563dfb Text Font Color

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

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


#563dfb Background Color

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

This div background color is #563dfb


#563dfb Border Color

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

This div border color is #563dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,61,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 #563dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.