Color Hex Logo

#564fbe Color Hex

#564FBE
(86,79,190)
0 Favorites   0 Comments

Color spaces of #564fbe

RGB 8679190
HSL0.680.460.53
HSV244°58°75°
CMYK 0.550.580.00   0.25
XYZ15.928011.288150.0545
Yxy11.28810.20610.1461
Hunter Lab33.597825.8270-64.8128
CIE-Lab40.061534.0179-57.6985

#564fbe color RGB value is (86,79,190).

#564fbe hex color red value is 86, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #564fbe hue: 0.68 , saturation: 0.46 and the lightness value of 564fbe is 0.53.

The process color (four color CMYK) of #564fbe color hex is 0.55, 0.58, 0.00, 0.25. Web safe color of #564fbe is #6666cc. Color #564fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001111 10111110
Octal 126 117 276
Decimal 86 79 190
Hex 56 4F BE

RGB Percentages of Color #564fbe

%24.23
%22.25
%53.52

CMYK Percentages of Color #564fbe

%55
%58
%0
%25

Triadic Colors of #564fbe

#564fbe #be564f #4fbe56

Analogous Colors of #564fbe

#564fbe #8e4fbe #4f80be

Monochromatic Colors of #564fbe

#564fbe

Complementary Color

#564fbe #b7be4f

#564fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#564fbe Color CSS Codes

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

#564fbe Text Font Color

<p style="color:#564fbe">Text here</p>

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


#564fbe Background Color

<div style="background-color:#564fbe">
Div content here</div>

This div background color is #564fbe


#564fbe Border Color

<div style="border:3px solid #564fbe">
Div here</div>

This div border color is #564fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,79,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #564fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #564fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #564fbe;
  box-shadow:         1px 1px 3px 2px #564fbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564fbe


Comments

No comments written yet.

Please login to write comment.