Color Hex Logo

#563adc Color Hex

#563ADC
(86,58,220)
0 Favorites   0 Comments

Color spaces of #563adc

RGB 8658220
HSL0.700.700.55
HSV250°74°86°
CMYK 0.610.740.00   0.14
XYZ18.269110.171968.7106
Yxy10.17190.18800.1047
Hunter Lab31.893446.4344-105.4079
CIE-Lab38.149255.1539-78.1869

#563adc color RGB value is (86,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111010 11011100
Octal 126 72 334
Decimal 86 58 220
Hex 56 3A DC

RGB Percentages of Color #563adc

%23.63
%15.93
%60.44

CMYK Percentages of Color #563adc

%61
%74
%0
%14

Triadic Colors of #563adc

#563adc #dc563a #3adc56

Analogous Colors of #563adc

#563adc #a73adc #3a6fdc

Monochromatic Colors of #563adc

#563adc

Complementary Color

#563adc #c0dc3a

#563adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#563adc Color CSS Codes

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

#563adc Text Font Color

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

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


#563adc Background Color

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

This div background color is #563adc


#563adc Border Color

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

This div border color is #563adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563adc


Comments

No comments written yet.

Please login to write comment.