Color Hex Logo

#563dfc Color Hex

#563DFC
(86,61,252)
0 Favorites   0 Comments

Color spaces of #563dfc

RGB 8661252
HSL0.690.970.61
HSV248°76°99°
CMYK 0.660.760.00   0.01
XYZ23.077212.344293.2618
Yxy12.34420.17930.0959
Hunter Lab35.134355.7587-132.7875
CIE-Lab41.758062.9690-90.3549

#563dfc color RGB value is (86,61,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111101 11111100
Octal 126 75 374
Decimal 86 61 252
Hex 56 3D FC

RGB Percentages of Color #563dfc

%21.55
%15.29
%63.16

CMYK Percentages of Color #563dfc

%66
%76
%0
%1

Triadic Colors of #563dfc

#563dfc #fc563d #3dfc56

Analogous Colors of #563dfc

#563dfc #b63dfc #3d84fc

Monochromatic Colors of #563dfc

#563dfc

Complementary Color

#563dfc #e3fc3d

#563dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#563dfc Color CSS Codes

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

#563dfc Text Font Color

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

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


#563dfc Background Color

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

This div background color is #563dfc


#563dfc Border Color

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

This div border color is #563dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563dfc


Comments

No comments written yet.

Please login to write comment.