Color Hex Logo

#563fda Color Hex

#563FDA
(86,63,218)
0 Favorites   0 Comments

Color spaces of #563fda

RGB 8663218
HSL0.690.680.55
HSV249°71°85°
CMYK 0.610.710.00   0.15
XYZ18.270110.595467.4118
Yxy10.59540.18980.1101
Hunter Lab32.550643.2256-100.0034
CIE-Lab38.890551.9640-75.8210

#563fda color RGB value is (86,63,218).

#563fda hex color red value is 86, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #563fda hue: 0.69 , saturation: 0.68 and the lightness value of 563fda is 0.55.

The process color (four color CMYK) of #563fda color hex is 0.61, 0.71, 0.00, 0.15. Web safe color of #563fda is #6633cc. Color #563fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111111 11011010
Octal 126 77 332
Decimal 86 63 218
Hex 56 3F DA

RGB Percentages of Color #563fda

%23.43
%17.17
%59.40

CMYK Percentages of Color #563fda

%61
%71
%0
%15

Triadic Colors of #563fda

#563fda #da563f #3fda56

Analogous Colors of #563fda

#563fda #a43fda #3f76da

Monochromatic Colors of #563fda

#563fda

Complementary Color

#563fda #c3da3f

#563fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#563fda Color CSS Codes

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

#563fda Text Font Color

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

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


#563fda Background Color

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

This div background color is #563fda


#563fda Border Color

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

This div border color is #563fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563fda


Comments

No comments written yet.

Please login to write comment.