Color Hex Logo

#563aff Color Hex

#563AFF
(86,58,255)
0 Favorites   0 Comments

Color spaces of #563aff

RGB 8658255
HSL0.691.000.61
HSV249°77°100°
CMYK 0.660.770.00   0.00
XYZ23.400812.224595.7340
Yxy12.22450.17810.0931
Hunter Lab34.963658.2823-137.8680
CIE-Lab41.570765.2276-92.3415

#563aff color RGB value is (86,58,255).

#563aff hex color red value is 86, green value is 58 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #563aff hue: 0.69 , saturation: 1.00 and the lightness value of 563aff is 0.61.

The process color (four color CMYK) of #563aff color hex is 0.66, 0.77, 0.00, 0.00. Web safe color of #563aff is #6633ff. Color #563aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111010 11111111
Octal 126 72 377
Decimal 86 58 255
Hex 56 3A FF

RGB Percentages of Color #563aff

%21.55
%14.54
%63.91

CMYK Percentages of Color #563aff

%66
%77
%0
%0

Triadic Colors of #563aff

#563aff #ff563a #3aff56

Analogous Colors of #563aff

#563aff #b93aff #3a81ff

Monochromatic Colors of #563aff

#563aff

Complementary Color

#563aff #e3ff3a

#563aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#563aff Color CSS Codes

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

#563aff Text Font Color

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

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


#563aff Background Color

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

This div background color is #563aff


#563aff Border Color

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

This div border color is #563aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563aff

Related Colors


Comments

No comments written yet.

Please login to write comment.