Color Hex Logo

#563ddf Color Hex

#563DDF
(86,61,223)
0 Favorites   0 Comments

Color spaces of #563ddf

RGB 8661223
HSL0.690.720.56
HSV249°73°87°
CMYK 0.610.730.00   0.13
XYZ18.825810.643670.8742
Yxy10.64360.18760.1061
Hunter Lab32.624545.9095-105.9656
CIE-Lab38.973654.5022-78.5475

#563ddf color RGB value is (86,61,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111101 11011111
Octal 126 75 337
Decimal 86 61 223
Hex 56 3D DF

RGB Percentages of Color #563ddf

%23.24
%16.49
%60.27

CMYK Percentages of Color #563ddf

%61
%73
%0
%13

Triadic Colors of #563ddf

#563ddf #df563d #3ddf56

Analogous Colors of #563ddf

#563ddf #a73ddf #3d75df

Monochromatic Colors of #563ddf

#563ddf

Complementary Color

#563ddf #c6df3d

#563ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#563ddf Color CSS Codes

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

#563ddf Text Font Color

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

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


#563ddf Background Color

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

This div background color is #563ddf


#563ddf Border Color

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

This div border color is #563ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,61,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 #563ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563ddf


Comments

No comments written yet.

Please login to write comment.