Color Hex Logo

#560070 Color Hex

#560070
(86,0,112)
0 Favorites   0 Comments

Color spaces of #560070

RGB 860112
HSL0.791.000.22
HSV286°100°44°
CMYK 0.231.000.00   0.56
XYZ6.76243.148315.5805
Yxy3.14830.26530.1235
Hunter Lab17.743436.9790-39.6421
CIE-Lab20.628349.3040-41.4571

#560070 color RGB value is (86,0,112).

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

The process color (four color CMYK) of #560070 color hex is 0.23, 1.00, 0.00, 0.56. Web safe color of #560070 is #660066. Color #560070 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000000 01110000
Octal 126 0 160
Decimal 86 0 112
Hex 56 0 70

RGB Percentages of Color #560070

%43.43
%0.00
%56.57

CMYK Percentages of Color #560070

%23
%100
%0
%56

Triadic Colors of #560070

#560070 #705600 #007056

Analogous Colors of #560070

#560070 #700052 #1e0070

Monochromatic Colors of #560070

#560070

Complementary Color

#560070 #1a7000

#560070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#560070 Color CSS Codes

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

#560070 Text Font Color

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

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


#560070 Background Color

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

This div background color is #560070


#560070 Border Color

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

This div border color is #560070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560070


Comments

No comments written yet.

Please login to write comment.