Color Hex Logo

#566dde Color Hex

#566DDE
(86,109,222)
0 Favorites   0 Comments

Color spaces of #566dde

RGB 86109222
HSL0.640.670.60
HSV230°61°87°
CMYK 0.610.510.00   0.13
XYZ22.491218.189671.4328
Yxy18.18960.20060.1622
Hunter Lab42.649319.4962-69.4497
CIE-Lab49.725325.9645-60.4643

#566dde color RGB value is (86,109,222).

#566dde hex color red value is 86, green value is 109 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #566dde hue: 0.64 , saturation: 0.67 and the lightness value of 566dde is 0.60.

The process color (four color CMYK) of #566dde color hex is 0.61, 0.51, 0.00, 0.13. Web safe color of #566dde is #6666cc. Color #566dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101101 11011110
Octal 126 155 336
Decimal 86 109 222
Hex 56 6D DE

RGB Percentages of Color #566dde

%20.62
%26.14
%53.24

CMYK Percentages of Color #566dde

%61
%51
%0
%13

Triadic Colors of #566dde

#566dde #de566d #6dde56

Analogous Colors of #566dde

#566dde #8356de #56b1de

Monochromatic Colors of #566dde

#566dde

Complementary Color

#566dde #dec756

#566dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#566dde Color CSS Codes

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

#566dde Text Font Color

<p style="color:#566dde">Text here</p>

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


#566dde Background Color

<div style="background-color:#566dde">
Div content here</div>

This div background color is #566dde


#566dde Border Color

<div style="border:3px solid #566dde">
Div here</div>

This div border color is #566dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,109,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #566dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #566dde;
  -webkit-box-shadow: 1px 1px 3px 2px #566dde;
  box-shadow:         1px 1px 3px 2px #566dde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566dde


Comments

No comments written yet.

Please login to write comment.