Color Hex Logo

#560080 Color Hex

#560080
(86,0,128)
0 Favorites   0 Comments

Color spaces of #560080

RGB 860128
HSL0.781.000.25
HSV280°100°50°
CMYK 0.331.000.00   0.50
XYZ7.73403.536920.6971
Yxy3.53690.24190.1106
Hunter Lab18.806640.4943-52.0852
CIE-Lab22.077352.5405-49.3448

#560080 color RGB value is (86,0,128).

#560080 hex color red value is 86, green value is 0 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #560080 hue: 0.78 , saturation: 1.00 and the lightness value of 560080 is 0.25.

The process color (four color CMYK) of #560080 color hex is 0.33, 1.00, 0.00, 0.50. Web safe color of #560080 is #660099. Color #560080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000000 10000000
Octal 126 0 200
Decimal 86 0 128
Hex 56 0 80

RGB Percentages of Color #560080

%40.19
%0.00
%59.81

CMYK Percentages of Color #560080

%33
%100
%0
%50

Triadic Colors of #560080

#560080 #805600 #008056

Analogous Colors of #560080

#560080 #80006a #160080

Monochromatic Colors of #560080

#560080

Complementary Color

#560080 #2a8000

#560080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#560080 Color CSS Codes

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

#560080 Text Font Color

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

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


#560080 Background Color

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

This div background color is #560080


#560080 Border Color

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

This div border color is #560080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560080


Comments

No comments written yet.

Please login to write comment.