Color Hex Logo

#564ebb Color Hex

#564EBB
(86,78,187)
0 Favorites   0 Comments

Color spaces of #564ebb

RGB 8678187
HSL0.680.440.52
HSV244°58°73°
CMYK 0.540.580.00   0.27
XYZ15.531811.015148.3212
Yxy11.01510.20750.1471
Hunter Lab33.189025.4537-63.0904
CIE-Lab39.605933.6770-56.6814

#564ebb color RGB value is (86,78,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001110 10111011
Octal 126 116 273
Decimal 86 78 187
Hex 56 4E BB

RGB Percentages of Color #564ebb

%24.50
%22.22
%53.28

CMYK Percentages of Color #564ebb

%54
%58
%0
%27

Triadic Colors of #564ebb

#564ebb #bb564e #4ebb56

Analogous Colors of #564ebb

#564ebb #8d4ebb #4e7dbb

Monochromatic Colors of #564ebb

#564ebb

Complementary Color

#564ebb #b3bb4e

#564ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#564ebb Color CSS Codes

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

#564ebb Text Font Color

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

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


#564ebb Background Color

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

This div background color is #564ebb


#564ebb Border Color

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

This div border color is #564ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564ebb


Comments

No comments written yet.

Please login to write comment.