Color Hex Logo

#566ddf Color Hex

#566DDF
(86,109,223)
0 Favorites   0 Comments

Color spaces of #566ddf

RGB 86109223
HSL0.640.680.61
HSV230°61°87°
CMYK 0.610.510.00   0.13
XYZ22.625718.243472.1409
Yxy18.24340.20020.1614
Hunter Lab42.712319.8091-70.2420
CIE-Lab49.790026.3007-60.9251

#566ddf color RGB value is (86,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101101 11011111
Octal 126 155 337
Decimal 86 109 223
Hex 56 6D DF

RGB Percentages of Color #566ddf

%20.57
%26.08
%53.35

CMYK Percentages of Color #566ddf

%61
%51
%0
%13

Triadic Colors of #566ddf

#566ddf #df566d #6ddf56

Analogous Colors of #566ddf

#566ddf #8456df #56b2df

Monochromatic Colors of #566ddf

#566ddf

Complementary Color

#566ddf #dfc856

#566ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#566ddf Color CSS Codes

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

#566ddf Text Font Color

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

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


#566ddf Background Color

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

This div background color is #566ddf


#566ddf Border Color

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

This div border color is #566ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566ddf


Comments

No comments written yet.

Please login to write comment.