Color Hex Logo

#563cfc Color Hex

#563CFC
(86,60,252)
0 Favorites   0 Comments

Color spaces of #563cfc

RGB 8660252
HSL0.690.970.61
HSV248°76°99°
CMYK 0.660.760.00   0.01
XYZ23.024312.238493.2442
Yxy12.23840.17920.0952
Hunter Lab34.983456.2586-133.5421
CIE-Lab41.592563.4438-90.6283

#563cfc color RGB value is (86,60,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111100 11111100
Octal 126 74 374
Decimal 86 60 252
Hex 56 3C FC

RGB Percentages of Color #563cfc

%21.61
%15.08
%63.32

CMYK Percentages of Color #563cfc

%66
%76
%0
%1

Triadic Colors of #563cfc

#563cfc #fc563c #3cfc56

Analogous Colors of #563cfc

#563cfc #b63cfc #3c82fc

Monochromatic Colors of #563cfc

#563cfc

Complementary Color

#563cfc #e2fc3c

#563cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#563cfc Color CSS Codes

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

#563cfc Text Font Color

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

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


#563cfc Background Color

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

This div background color is #563cfc


#563cfc Border Color

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

This div border color is #563cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.