Color Hex Logo

#563baf Color Hex

#563BAF
(86,59,175)
0 Favorites   0 Comments

Color spaces of #563baf

RGB 8659175
HSL0.710.500.46
HSV254°66°69°
CMYK 0.510.660.00   0.31
XYZ13.13968.201541.4480
Yxy8.20150.20930.1306
Hunter Lab28.638331.7811-65.7633
CIE-Lab34.399141.2968-58.0527

#563baf color RGB value is (86,59,175).

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

The process color (four color CMYK) of #563baf color hex is 0.51, 0.66, 0.00, 0.31. Web safe color of #563baf is #663399. Color #563baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111011 10101111
Octal 126 73 257
Decimal 86 59 175
Hex 56 3B AF

RGB Percentages of Color #563baf

%26.88
%18.44
%54.69

CMYK Percentages of Color #563baf

%51
%66
%0
%31

Triadic Colors of #563baf

#563baf #af563b #3baf56

Analogous Colors of #563baf

#563baf #903baf #3b5aaf

Monochromatic Colors of #563baf

#563baf

Complementary Color

#563baf #94af3b

#563baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#563baf Color CSS Codes

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

#563baf Text Font Color

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

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


#563baf Background Color

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

This div background color is #563baf


#563baf Border Color

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

This div border color is #563baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563baf


Comments

No comments written yet.

Please login to write comment.