Color Hex Logo

#563bde Color Hex

#563BDE
(86,59,222)
0 Favorites   0 Comments

Color spaces of #563bde

RGB 8659222
HSL0.690.710.55
HSV250°73°87°
CMYK 0.610.730.00   0.13
XYZ18.586510.380370.1312
Yxy10.38030.18760.1047
Hunter Lab32.218546.5925-106.5059
CIE-Lab38.516555.2322-78.7278

#563bde color RGB value is (86,59,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111011 11011110
Octal 126 73 336
Decimal 86 59 222
Hex 56 3B DE

RGB Percentages of Color #563bde

%23.43
%16.08
%60.49

CMYK Percentages of Color #563bde

%61
%73
%0
%13

Triadic Colors of #563bde

#563bde #de563b #3bde56

Analogous Colors of #563bde

#563bde #a83bde #3b72de

Monochromatic Colors of #563bde

#563bde

Complementary Color

#563bde #c3de3b

#563bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#563bde Color CSS Codes

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

#563bde Text Font Color

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

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


#563bde Background Color

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

This div background color is #563bde


#563bde Border Color

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

This div border color is #563bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563bde


Comments

No comments written yet.

Please login to write comment.