Color Hex Logo

#563af5 Color Hex

#563AF5
(86,58,245)
0 Favorites   0 Comments

Color spaces of #563af5

RGB 8658245
HSL0.690.900.59
HSV249°76°96°
CMYK 0.650.760.00   0.04
XYZ21.832211.597187.4740
Yxy11.59710.18060.0959
Hunter Lab34.054554.8402-128.4569
CIE-Lab40.568562.3830-88.3925

#563af5 color RGB value is (86,58,245).

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

The process color (four color CMYK) of #563af5 color hex is 0.65, 0.76, 0.00, 0.04. Web safe color of #563af5 is #6633ff. Color #563af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111010 11110101
Octal 126 72 365
Decimal 86 58 245
Hex 56 3A F5

RGB Percentages of Color #563af5

%22.11
%14.91
%62.98

CMYK Percentages of Color #563af5

%65
%76
%0
%4

Triadic Colors of #563af5

#563af5 #f5563a #3af556

Analogous Colors of #563af5

#563af5 #b43af5 #3a7cf5

Monochromatic Colors of #563af5

#563af5

Complementary Color

#563af5 #d9f53a

#563af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563af5 Color CSS Codes

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

#563af5 Text Font Color

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

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


#563af5 Background Color

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

This div background color is #563af5


#563af5 Border Color

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

This div border color is #563af5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563af5


Comments

No comments written yet.

Please login to write comment.