Color Hex Logo

#563dba Color Hex

#563DBA
(86,61,186)
0 Favorites   0 Comments

Color spaces of #563dba

RGB 8661186
HSL0.700.510.48
HSV252°67°73°
CMYK 0.540.670.00   0.27
XYZ14.36948.861147.4074
Yxy8.86110.20340.1254
Hunter Lab29.767634.0721-73.5870
CIE-Lab35.715543.4491-62.4212

#563dba color RGB value is (86,61,186).

#563dba hex color red value is 86, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #563dba hue: 0.70 , saturation: 0.51 and the lightness value of 563dba is 0.48.

The process color (four color CMYK) of #563dba color hex is 0.54, 0.67, 0.00, 0.27. Web safe color of #563dba is #6633cc. Color #563dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111101 10111010
Octal 126 75 272
Decimal 86 61 186
Hex 56 3D BA

RGB Percentages of Color #563dba

%25.83
%18.32
%55.86

CMYK Percentages of Color #563dba

%54
%67
%0
%27

Triadic Colors of #563dba

#563dba #ba563d #3dba56

Analogous Colors of #563dba

#563dba #953dba #3d63ba

Monochromatic Colors of #563dba

#563dba

Complementary Color

#563dba #a1ba3d

#563dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#563dba Color CSS Codes

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

#563dba Text Font Color

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

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


#563dba Background Color

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

This div background color is #563dba


#563dba Border Color

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

This div border color is #563dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563dba


Comments

No comments written yet.

Please login to write comment.