Color Hex Logo

#563dca Color Hex

#563DCA
(86,61,202)
0 Favorites   0 Comments

Color spaces of #563dca

RGB 8661202
HSL0.700.570.52
HSV251°70°79°
CMYK 0.570.700.00   0.21
XYZ16.16729.580256.8742
Yxy9.58020.19570.1160
Hunter Lab30.951939.0706-87.2792
CIE-Lab37.078248.2502-69.5560

#563dca color RGB value is (86,61,202).

#563dca hex color red value is 86, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #563dca hue: 0.70 , saturation: 0.57 and the lightness value of 563dca is 0.52.

The process color (four color CMYK) of #563dca color hex is 0.57, 0.70, 0.00, 0.21. Web safe color of #563dca is #6633cc. Color #563dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111101 11001010
Octal 126 75 312
Decimal 86 61 202
Hex 56 3D CA

RGB Percentages of Color #563dca

%24.64
%17.48
%57.88

CMYK Percentages of Color #563dca

%57
%70
%0
%21

Triadic Colors of #563dca

#563dca #ca563d #3dca56

Analogous Colors of #563dca

#563dca #9d3dca #3d6bca

Monochromatic Colors of #563dca

#563dca

Complementary Color

#563dca #b1ca3d

#563dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#563dca Color CSS Codes

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

#563dca Text Font Color

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

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


#563dca Background Color

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

This div background color is #563dca


#563dca Border Color

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

This div border color is #563dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563dca


Comments

No comments written yet.

Please login to write comment.