Color Hex Logo

#564da8 Color Hex

#564DA8
(86,77,168)
0 Favorites   0 Comments

Color spaces of #564da8

RGB 8677168
HSL0.680.370.48
HSV246°54°66°
CMYK 0.490.540.00   0.34
XYZ13.559510.113338.2832
Yxy10.11330.21890.1632
Hunter Lab31.801420.4564-49.1135
CIE-Lab38.045028.3067-47.9793

#564da8 color RGB value is (86,77,168).

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

The process color (four color CMYK) of #564da8 color hex is 0.49, 0.54, 0.00, 0.34. Web safe color of #564da8 is #666699. Color #564da8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001101 10101000
Octal 126 115 250
Decimal 86 77 168
Hex 56 4D A8

RGB Percentages of Color #564da8

%25.98
%23.26
%50.76

CMYK Percentages of Color #564da8

%49
%54
%0
%34

Triadic Colors of #564da8

#564da8 #a8564d #4da856

Analogous Colors of #564da8

#564da8 #844da8 #4d72a8

Monochromatic Colors of #564da8

#564da8

Complementary Color

#564da8 #9fa84d

#564da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564da8 Color CSS Codes

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

#564da8 Text Font Color

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

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


#564da8 Background Color

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

This div background color is #564da8


#564da8 Border Color

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

This div border color is #564da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564da8


Comments

No comments written yet.

Please login to write comment.