Color Hex Logo

#564dbe Color Hex

#564DBE
(86,77,190)
0 Favorites   0 Comments

Color spaces of #564dbe

RGB 8677190
HSL0.680.470.52
HSV245°59°75°
CMYK 0.550.590.00   0.25
XYZ15.785911.003950.0072
Yxy11.00390.20560.1433
Hunter Lab33.172126.8931-66.1596
CIE-Lab39.587035.2409-58.4679

#564dbe color RGB value is (86,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001101 10111110
Octal 126 115 276
Decimal 86 77 190
Hex 56 4D BE

RGB Percentages of Color #564dbe

%24.36
%21.81
%53.82

CMYK Percentages of Color #564dbe

%55
%59
%0
%25

Triadic Colors of #564dbe

#564dbe #be564d #4dbe56

Analogous Colors of #564dbe

#564dbe #8f4dbe #4d7dbe

Monochromatic Colors of #564dbe

#564dbe

Complementary Color

#564dbe #b5be4d

#564dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#564dbe Color CSS Codes

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

#564dbe Text Font Color

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

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


#564dbe Background Color

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

This div background color is #564dbe


#564dbe Border Color

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

This div border color is #564dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564dbe


Comments

No comments written yet.

Please login to write comment.