Color Hex Logo

#563bf8 Color Hex

#563BF8
(86,59,248)
0 Favorites   0 Comments

Color spaces of #563bf8

RGB 8659248
HSL0.690.930.60
HSV249°76°97°
CMYK 0.650.760.00   0.03
XYZ22.345011.883789.9230
Yxy11.88370.18000.0957
Hunter Lab34.472755.3752-130.5285
CIE-Lab41.030762.7696-89.3148

#563bf8 color RGB value is (86,59,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111011 11111000
Octal 126 73 370
Decimal 86 59 248
Hex 56 3B F8

RGB Percentages of Color #563bf8

%21.88
%15.01
%63.10

CMYK Percentages of Color #563bf8

%65
%76
%0
%3

Triadic Colors of #563bf8

#563bf8 #f8563b #3bf856

Analogous Colors of #563bf8

#563bf8 #b53bf8 #3b7ff8

Monochromatic Colors of #563bf8

#563bf8

Complementary Color

#563bf8 #ddf83b

#563bf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563bf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563bf8 Color CSS Codes

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

#563bf8 Text Font Color

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

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


#563bf8 Background Color

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

This div background color is #563bf8


#563bf8 Border Color

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

This div border color is #563bf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563bf8

Related Colors


Comments

No comments written yet.

Please login to write comment.