Color Hex Logo

#564e9a Color Hex

#564E9A
(86,78,154)
0 Favorites   0 Comments

Color spaces of #564e9a

RGB 8678154
HSL0.680.330.45
HSV246°49°60°
CMYK 0.440.490.00   0.40
XYZ12.39499.760331.8025
Yxy9.76030.22970.1809
Hunter Lab31.241516.1464-38.4857
CIE-Lab37.408723.3445-40.6138

#564e9a color RGB value is (86,78,154).

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

The process color (four color CMYK) of #564e9a color hex is 0.44, 0.49, 0.00, 0.40. Web safe color of #564e9a is #666699. Color #564e9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001110 10011010
Octal 126 116 232
Decimal 86 78 154
Hex 56 4E 9A

RGB Percentages of Color #564e9a

%27.04
%24.53
%48.43

CMYK Percentages of Color #564e9a

%44
%49
%0
%40

Triadic Colors of #564e9a

#564e9a #9a564e #4e9a56

Analogous Colors of #564e9a

#564e9a #7c4e9a #4e6c9a

Monochromatic Colors of #564e9a

#564e9a

Complementary Color

#564e9a #929a4e

#564e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#564e9a Color CSS Codes

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

#564e9a Text Font Color

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

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


#564e9a Background Color

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

This div background color is #564e9a


#564e9a Border Color

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

This div border color is #564e9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564e9a


Comments

No comments written yet.

Please login to write comment.