Color Hex Logo

#563adf Color Hex

#563ADF
(86,58,223)
0 Favorites   0 Comments

Color spaces of #563adf

RGB 8658223
HSL0.690.720.55
HSV250°74°87°
CMYK 0.610.740.00   0.13
XYZ18.670110.332370.8223
Yxy10.33230.18700.1035
Hunter Lab32.143947.4261-108.1323
CIE-Lab38.432356.0295-79.4384

#563adf color RGB value is (86,58,223).

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

The process color (four color CMYK) of #563adf color hex is 0.61, 0.74, 0.00, 0.13. Web safe color of #563adf is #6633cc. Color #563adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111010 11011111
Octal 126 72 337
Decimal 86 58 223
Hex 56 3A DF

RGB Percentages of Color #563adf

%23.43
%15.80
%60.76

CMYK Percentages of Color #563adf

%61
%74
%0
%13

Triadic Colors of #563adf

#563adf #df563a #3adf56

Analogous Colors of #563adf

#563adf #a93adf #3a71df

Monochromatic Colors of #563adf

#563adf

Complementary Color

#563adf #c3df3a

#563adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#563adf Color CSS Codes

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

#563adf Text Font Color

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

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


#563adf Background Color

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

This div background color is #563adf


#563adf Border Color

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

This div border color is #563adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563adf


Comments

No comments written yet.

Please login to write comment.