Color Hex Logo

#564496 Color Hex

#564496
(86,68,150)
0 Favorites   0 Comments

Color spaces of #564496

RGB 8668150
HSL0.700.380.43
HSV253°55°59°
CMYK 0.430.550.00   0.41
XYZ11.40998.314729.8577
Yxy8.31470.23010.1677
Hunter Lab28.835220.1696-41.2077
CIE-Lab34.629928.4197-42.6429

#564496 color RGB value is (86,68,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000100 10010110
Octal 126 104 226
Decimal 86 68 150
Hex 56 44 96

RGB Percentages of Color #564496

%28.29
%22.37
%49.34

CMYK Percentages of Color #564496

%43
%55
%0
%41

Triadic Colors of #564496

#564496 #965644 #449656

Analogous Colors of #564496

#564496 #7f4496 #445b96

Monochromatic Colors of #564496

#564496

Complementary Color

#564496 #849644

#564496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564496 Color CSS Codes

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

#564496 Text Font Color

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

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


#564496 Background Color

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

This div background color is #564496


#564496 Border Color

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

This div border color is #564496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564496


Comments

No comments written yet.

Please login to write comment.