Color Hex Logo

#564293 Color Hex

#564293
(86,66,147)
0 Favorites   0 Comments

Color spaces of #564293

RGB 8666147
HSL0.710.380.42
HSV255°55°58°
CMYK 0.410.550.00   0.42
XYZ11.05247.981428.5618
Yxy7.98140.23220.1677
Hunter Lab28.251420.3922-40.1655
CIE-Lab33.944128.7721-41.9175

#564293 color RGB value is (86,66,147).

#564293 hex color red value is 86, green value is 66 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #564293 hue: 0.71 , saturation: 0.38 and the lightness value of 564293 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000010 10010011
Octal 126 102 223
Decimal 86 66 147
Hex 56 42 93

RGB Percentages of Color #564293

%28.76
%22.07
%49.16

CMYK Percentages of Color #564293

%41
%55
%0
%42

Triadic Colors of #564293

#564293 #935642 #429356

Analogous Colors of #564293

#564293 #7f4293 #425793

Monochromatic Colors of #564293

#564293

Complementary Color

#564293 #7f9342

#564293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564293 Color CSS Codes

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

#564293 Text Font Color

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

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


#564293 Background Color

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

This div background color is #564293


#564293 Border Color

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

This div border color is #564293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564293


Comments

No comments written yet.

Please login to write comment.