Color Hex Logo

#566ecf Color Hex

#566ECF
(86,110,207)
0 Favorites   0 Comments

Color spaces of #566ecf

RGB 86110207
HSL0.630.560.57
HSV228°58°81°
CMYK 0.580.470.00   0.19
XYZ20.676217.635361.3457
Yxy17.63530.20750.1770
Hunter Lab41.994414.3954-57.2151
CIE-Lab49.050720.3186-53.0288

#566ecf color RGB value is (86,110,207).

#566ecf hex color red value is 86, green value is 110 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #566ecf hue: 0.63 , saturation: 0.56 and the lightness value of 566ecf is 0.57.

The process color (four color CMYK) of #566ecf color hex is 0.58, 0.47, 0.00, 0.19. Web safe color of #566ecf is #6666cc. Color #566ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101110 11001111
Octal 126 156 317
Decimal 86 110 207
Hex 56 6E CF

RGB Percentages of Color #566ecf

%21.34
%27.30
%51.36

CMYK Percentages of Color #566ecf

%58
%47
%0
%19

Triadic Colors of #566ecf

#566ecf #cf566e #6ecf56

Analogous Colors of #566ecf

#566ecf #7b56cf #56abcf

Monochromatic Colors of #566ecf

#566ecf

Complementary Color

#566ecf #cfb756

#566ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#566ecf Color CSS Codes

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

#566ecf Text Font Color

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

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


#566ecf Background Color

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

This div background color is #566ecf


#566ecf Border Color

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

This div border color is #566ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566ecf


Comments

No comments written yet.

Please login to write comment.