Color Hex Logo

#564390 Color Hex

#564390
(86,67,144)
0 Favorites   0 Comments

Color spaces of #564390

RGB 8667144
HSL0.710.360.41
HSV255°53°56°
CMYK 0.400.530.00   0.44
XYZ10.87898.006427.3576
Yxy8.00640.23530.1731
Hunter Lab28.295619.1112-37.5177
CIE-Lab33.996227.2638-40.0025

#564390 color RGB value is (86,67,144).

#564390 hex color red value is 86, green value is 67 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #564390 hue: 0.71 , saturation: 0.36 and the lightness value of 564390 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000011 10010000
Octal 126 103 220
Decimal 86 67 144
Hex 56 43 90

RGB Percentages of Color #564390

%28.96
%22.56
%48.48

CMYK Percentages of Color #564390

%40
%53
%0
%44

Triadic Colors of #564390

#564390 #905643 #439056

Analogous Colors of #564390

#564390 #7d4390 #435790

Monochromatic Colors of #564390

#564390

Complementary Color

#564390 #7d9043

#564390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564390 Color CSS Codes

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

#564390 Text Font Color

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

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


#564390 Background Color

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

This div background color is #564390


#564390 Border Color

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

This div border color is #564390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564390


Comments

No comments written yet.

Please login to write comment.