Color Hex Logo

#560592 Color Hex

#560592
(86,5,146)
0 Favorites   0 Comments

Color spaces of #560592

RGB 865146
HSL0.760.930.30
HSV274°97°57°
CMYK 0.410.970.00   0.43
XYZ9.08034.162327.5189
Yxy4.16230.22280.1021
Hunter Lab20.401743.7429-65.6922
CIE-Lab24.200955.2927-57.1385

#560592 color RGB value is (86,5,146).

#560592 hex color red value is 86, green value is 5 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #560592 hue: 0.76 , saturation: 0.93 and the lightness value of 560592 is 0.30.

The process color (four color CMYK) of #560592 color hex is 0.41, 0.97, 0.00, 0.43. Web safe color of #560592 is #660099. Color #560592 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000101 10010010
Octal 126 5 222
Decimal 86 5 146
Hex 56 5 92

RGB Percentages of Color #560592

%36.29
%2.11
%61.60

CMYK Percentages of Color #560592

%41
%97
%0
%43

Triadic Colors of #560592

#560592 #925605 #059256

Analogous Colors of #560592

#560592 #920588 #100592

Monochromatic Colors of #560592

#560592

Complementary Color

#560592 #419205

#560592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#560592 Color CSS Codes

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

#560592 Text Font Color

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

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


#560592 Background Color

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

This div background color is #560592


#560592 Border Color

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

This div border color is #560592


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,5,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 #560592">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560592


Comments

No comments written yet.

Please login to write comment.