Color Hex Logo

#563ba8 Color Hex

#563BA8
(86,59,168)
0 Favorites   0 Comments

Color spaces of #563ba8

RGB 8659168
HSL0.710.480.45
HSV255°65°66°
CMYK 0.490.650.00   0.34
XYZ12.46967.933537.9199
Yxy7.93350.21380.1360
Hunter Lab28.166529.7326-60.1043
CIE-Lab33.844039.2181-54.7745

#563ba8 color RGB value is (86,59,168).

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

The process color (four color CMYK) of #563ba8 color hex is 0.49, 0.65, 0.00, 0.34. Web safe color of #563ba8 is #663399. Color #563ba8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111011 10101000
Octal 126 73 250
Decimal 86 59 168
Hex 56 3B A8

RGB Percentages of Color #563ba8

%27.48
%18.85
%53.67

CMYK Percentages of Color #563ba8

%49
%65
%0
%34

Triadic Colors of #563ba8

#563ba8 #a8563b #3ba856

Analogous Colors of #563ba8

#563ba8 #8d3ba8 #3b57a8

Monochromatic Colors of #563ba8

#563ba8

Complementary Color

#563ba8 #8da83b

#563ba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563ba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563ba8 Color CSS Codes

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

#563ba8 Text Font Color

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

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


#563ba8 Background Color

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

This div background color is #563ba8


#563ba8 Border Color

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

This div border color is #563ba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563ba8


Comments

No comments written yet.

Please login to write comment.