Color Hex Logo

#566ffd Color Hex

#566FFD
(86,111,253)
0 Favorites   0 Comments

Color spaces of #566ffd

RGB 86111253
HSL0.640.980.66
HSV231°66°99°
CMYK 0.660.560.00   0.01
XYZ27.251820.439295.4373
Yxy20.43920.19040.1428
Hunter Lab45.209728.4803-93.5138
CIE-Lab52.330235.1758-73.5926

#566ffd color RGB value is (86,111,253).

#566ffd hex color red value is 86, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #566ffd hue: 0.64 , saturation: 0.98 and the lightness value of 566ffd is 0.66.

The process color (four color CMYK) of #566ffd color hex is 0.66, 0.56, 0.00, 0.01. Web safe color of #566ffd is #6666ff. Color #566ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101111 11111101
Octal 126 157 375
Decimal 86 111 253
Hex 56 6F FD

RGB Percentages of Color #566ffd

%19.11
%24.67
%56.22

CMYK Percentages of Color #566ffd

%66
%56
%0
%1

Triadic Colors of #566ffd

#566ffd #fd566f #6ffd56

Analogous Colors of #566ffd

#566ffd #9156fd #56c3fd

Monochromatic Colors of #566ffd

#566ffd

Complementary Color

#566ffd #fde456

#566ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#566ffd Color CSS Codes

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

#566ffd Text Font Color

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

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


#566ffd Background Color

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

This div background color is #566ffd


#566ffd Border Color

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

This div border color is #566ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566ffd


Comments

No comments written yet.

Please login to write comment.