Color Hex Logo

#566cdf Color Hex

#566CDF
(86,108,223)
0 Favorites   0 Comments

Color spaces of #566cdf

RGB 86108223
HSL0.640.680.61
HSV230°61°87°
CMYK 0.610.520.00   0.13
XYZ22.519618.031372.1055
Yxy18.03130.19990.1601
Hunter Lab42.463320.3534-70.9541
CIE-Lab49.534026.9188-61.3378

#566cdf color RGB value is (86,108,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101100 11011111
Octal 126 154 337
Decimal 86 108 223
Hex 56 6C DF

RGB Percentages of Color #566cdf

%20.62
%25.90
%53.48

CMYK Percentages of Color #566cdf

%61
%52
%0
%13

Triadic Colors of #566cdf

#566cdf #df566c #6cdf56

Analogous Colors of #566cdf

#566cdf #8556df #56b1df

Monochromatic Colors of #566cdf

#566cdf

Complementary Color

#566cdf #dfc956

#566cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#566cdf Color CSS Codes

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

#566cdf Text Font Color

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

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


#566cdf Background Color

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

This div background color is #566cdf


#566cdf Border Color

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

This div border color is #566cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566cdf


Comments

No comments written yet.

Please login to write comment.