Color Hex Logo

#566bef Color Hex

#566BEF
(86,107,239)
0 Favorites   0 Comments

Color spaces of #566bef

RGB 86107239
HSL0.640.830.64
HSV232°64°94°
CMYK 0.640.550.00   0.06
XYZ24.675418.725883.9753
Yxy18.72580.19370.1470
Hunter Lab43.273326.0563-84.7656
CIE-Lab50.364832.9113-68.9896

#566bef color RGB value is (86,107,239).

#566bef hex color red value is 86, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #566bef hue: 0.64 , saturation: 0.83 and the lightness value of 566bef is 0.64.

The process color (four color CMYK) of #566bef color hex is 0.64, 0.55, 0.00, 0.06. Web safe color of #566bef is #6666ff. Color #566bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101011 11101111
Octal 126 153 357
Decimal 86 107 239
Hex 56 6B EF

RGB Percentages of Color #566bef

%19.91
%24.77
%55.32

CMYK Percentages of Color #566bef

%64
%55
%0
%6

Triadic Colors of #566bef

#566bef #ef566b #6bef56

Analogous Colors of #566bef

#566bef #8e56ef #56b8ef

Monochromatic Colors of #566bef

#566bef

Complementary Color

#566bef #efda56

#566bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#566bef Color CSS Codes

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

#566bef Text Font Color

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

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


#566bef Background Color

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

This div background color is #566bef


#566bef Border Color

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

This div border color is #566bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566bef


Comments

No comments written yet.

Please login to write comment.