Color Hex Logo

#563efc Color Hex

#563EFC
(86,62,252)
0 Favorites   0 Comments

Color spaces of #563efc

RGB 8662252
HSL0.690.970.62
HSV248°75°99°
CMYK 0.660.750.00   0.01
XYZ23.131112.452093.2798
Yxy12.45200.17950.0966
Hunter Lab35.287455.2549-132.0279
CIE-Lab41.925762.4891-90.0781

#563efc color RGB value is (86,62,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111110 11111100
Octal 126 76 374
Decimal 86 62 252
Hex 56 3E FC

RGB Percentages of Color #563efc

%21.50
%15.50
%63.00

CMYK Percentages of Color #563efc

%66
%75
%0
%1

Triadic Colors of #563efc

#563efc #fc563e #3efc56

Analogous Colors of #563efc

#563efc #b53efc #3e85fc

Monochromatic Colors of #563efc

#563efc

Complementary Color

#563efc #e4fc3e

#563efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#563efc Color CSS Codes

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

#563efc Text Font Color

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

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


#563efc Background Color

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

This div background color is #563efc


#563efc Border Color

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

This div border color is #563efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563efc

Related Colors


Comments

No comments written yet.

Please login to write comment.