Color Hex Logo

#563cfe Color Hex

#563CFE
(86,60,254)
0 Favorites   0 Comments

Color spaces of #563cfe

RGB 8660254
HSL0.690.990.62
HSV248°76°100°
CMYK 0.660.760.00   0.00
XYZ23.343012.365994.9225
Yxy12.36590.17870.0947
Hunter Lab35.165256.9510-135.4278
CIE-Lab41.791864.0162-91.4174

#563cfe color RGB value is (86,60,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111100 11111110
Octal 126 74 376
Decimal 86 60 254
Hex 56 3C FE

RGB Percentages of Color #563cfe

%21.50
%15.00
%63.50

CMYK Percentages of Color #563cfe

%66
%76
%0
%0

Triadic Colors of #563cfe

#563cfe #fe563c #3cfe56

Analogous Colors of #563cfe

#563cfe #b73cfe #3c83fe

Monochromatic Colors of #563cfe

#563cfe

Complementary Color

#563cfe #e4fe3c

#563cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#563cfe Color CSS Codes

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

#563cfe Text Font Color

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

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


#563cfe Background Color

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

This div background color is #563cfe


#563cfe Border Color

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

This div border color is #563cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563cfe


Comments

No comments written yet.

Please login to write comment.