Color Hex Logo

#563bad Color Hex

#563BAD
(86,59,173)
0 Favorites   0 Comments

Color spaces of #563bad

RGB 8659173
HSL0.710.490.45
HSV254°66°68°
CMYK 0.500.660.00   0.32
XYZ12.94458.123540.4209
Yxy8.12350.21050.1321
Hunter Lab28.501831.1904-64.1333
CIE-Lab34.238840.7017-57.1217

#563bad color RGB value is (86,59,173).

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

The process color (four color CMYK) of #563bad color hex is 0.50, 0.66, 0.00, 0.32. Web safe color of #563bad is #663399. Color #563bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111011 10101101
Octal 126 73 255
Decimal 86 59 173
Hex 56 3B AD

RGB Percentages of Color #563bad

%27.04
%18.55
%54.40

CMYK Percentages of Color #563bad

%50
%66
%0
%32

Triadic Colors of #563bad

#563bad #ad563b #3bad56

Analogous Colors of #563bad

#563bad #8f3bad #3b59ad

Monochromatic Colors of #563bad

#563bad

Complementary Color

#563bad #92ad3b

#563bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#563bad Color CSS Codes

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

#563bad Text Font Color

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

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


#563bad Background Color

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

This div background color is #563bad


#563bad Border Color

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

This div border color is #563bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563bad


Comments

No comments written yet.

Please login to write comment.