Color Hex Logo

#564992 Color Hex

#564992
(86,73,146)
0 Favorites   0 Comments

Color spaces of #564992

RGB 8673146
HSL0.700.330.43
HSV251°50°57°
CMYK 0.410.500.00   0.43
XYZ11.40868.818828.2950
Yxy8.81880.23510.1817
Hunter Lab29.696516.6062-35.7044
CIE-Lab35.633124.0863-38.6057

#564992 color RGB value is (86,73,146).

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

The process color (four color CMYK) of #564992 color hex is 0.41, 0.50, 0.00, 0.43. Web safe color of #564992 is #663399. Color #564992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001001 10010010
Octal 126 111 222
Decimal 86 73 146
Hex 56 49 92

RGB Percentages of Color #564992

%28.20
%23.93
%47.87

CMYK Percentages of Color #564992

%41
%50
%0
%43

Triadic Colors of #564992

#564992 #925649 #499256

Analogous Colors of #564992

#564992 #7b4992 #496192

Monochromatic Colors of #564992

#564992

Complementary Color

#564992 #859249

#564992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564992 Color CSS Codes

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

#564992 Text Font Color

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

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


#564992 Background Color

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

This div background color is #564992


#564992 Border Color

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

This div border color is #564992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564992


Comments

No comments written yet.

Please login to write comment.