Color Hex Logo

#564694 Color Hex

#564694
(86,70,148)
0 Favorites   0 Comments

Color spaces of #564694

RGB 8670148
HSL0.700.360.43
HSV252°53°58°
CMYK 0.420.530.00   0.42
XYZ11.37328.496929.0576
Yxy8.49690.23240.1737
Hunter Lab29.149418.6336-38.6986
CIE-Lab34.997026.5724-40.8387

#564694 color RGB value is (86,70,148).

#564694 hex color red value is 86, green value is 70 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #564694 hue: 0.70 , saturation: 0.36 and the lightness value of 564694 is 0.43.

The process color (four color CMYK) of #564694 color hex is 0.42, 0.53, 0.00, 0.42. Web safe color of #564694 is #663399. Color #564694 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000110 10010100
Octal 126 106 224
Decimal 86 70 148
Hex 56 46 94

RGB Percentages of Color #564694

%28.29
%23.03
%48.68

CMYK Percentages of Color #564694

%42
%53
%0
%42

Triadic Colors of #564694

#564694 #945646 #469456

Analogous Colors of #564694

#564694 #7d4694 #465d94

Monochromatic Colors of #564694

#564694

Complementary Color

#564694 #849446

#564694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564694 Color CSS Codes

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

#564694 Text Font Color

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

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


#564694 Background Color

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

This div background color is #564694


#564694 Border Color

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

This div border color is #564694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564694


Comments

No comments written yet.

Please login to write comment.