Color Hex Logo

#564684 Color Hex

#564684
(86,70,132)
0 Favorites   0 Comments

Color spaces of #564684

RGB 8670132
HSL0.710.310.40
HSV255°47°52°
CMYK 0.350.470.00   0.48
XYZ10.19288.024722.8415
Yxy8.02470.24820.1954
Hunter Lab28.327914.6531-27.9775
CIE-Lab34.034321.8850-32.5710

#564684 color RGB value is (86,70,132).

#564684 hex color red value is 86, green value is 70 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #564684 hue: 0.71 , saturation: 0.31 and the lightness value of 564684 is 0.40.

The process color (four color CMYK) of #564684 color hex is 0.35, 0.47, 0.00, 0.48. Web safe color of #564684 is #663399. Color #564684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000110 10000100
Octal 126 106 204
Decimal 86 70 132
Hex 56 46 84

RGB Percentages of Color #564684

%29.86
%24.31
%45.83

CMYK Percentages of Color #564684

%35
%47
%0
%48

Triadic Colors of #564684

#564684 #845646 #468456

Analogous Colors of #564684

#564684 #754684 #465584

Monochromatic Colors of #564684

#564684

Complementary Color

#564684 #748446

#564684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564684 Color CSS Codes

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

#564684 Text Font Color

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

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


#564684 Background Color

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

This div background color is #564684


#564684 Border Color

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

This div border color is #564684


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,70,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #564684; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #564684;
  -webkit-box-shadow: 1px 1px 3px 2px #564684;
  box-shadow:         1px 1px 3px 2px #564684; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564684


Comments

No comments written yet.

Please login to write comment.