Color Hex Logo

#564def Color Hex

#564DEF
(86,77,239)
0 Favorites   0 Comments

Color spaces of #564def

RGB 8677239
HSL0.680.840.62
HSV243°68°94°
CMYK 0.640.680.00   0.06
XYZ22.071613.518283.1073
Yxy13.51820.18590.1139
Hunter Lab36.767142.8126-108.2804
CIE-Lab43.533950.7162-80.1330

#564def color RGB value is (86,77,239).

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

The process color (four color CMYK) of #564def color hex is 0.64, 0.68, 0.00, 0.06. Web safe color of #564def is #6666ff. Color #564def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001101 11101111
Octal 126 115 357
Decimal 86 77 239
Hex 56 4D EF

RGB Percentages of Color #564def

%21.39
%19.15
%59.45

CMYK Percentages of Color #564def

%64
%68
%0
%6

Triadic Colors of #564def

#564def #ef564d #4def56

Analogous Colors of #564def

#564def #a74def #4d95ef

Monochromatic Colors of #564def

#564def

Complementary Color

#564def #e6ef4d

#564def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564def Color Preview on White Background

Lorem ipsum dolor sit amet.

#564def Color CSS Codes

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

#564def Text Font Color

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

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


#564def Background Color

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

This div background color is #564def


#564def Border Color

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

This div border color is #564def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564def


Comments

No comments written yet.

Please login to write comment.