Color Hex Logo

#560775 Color Hex

#560775
(86,7,117)
0 Favorites   0 Comments

Color spaces of #560775

RGB 867117
HSL0.790.890.24
HSV283°94°46°
CMYK 0.260.940.00   0.54
XYZ7.12463.414717.1132
Yxy3.41470.25760.1235
Hunter Lab18.478936.4831-41.9729
CIE-Lab21.633648.6058-43.0474

#560775 color RGB value is (86,7,117).

#560775 hex color red value is 86, green value is 7 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #560775 hue: 0.79 , saturation: 0.89 and the lightness value of 560775 is 0.24.

The process color (four color CMYK) of #560775 color hex is 0.26, 0.94, 0.00, 0.54. Web safe color of #560775 is #660066. Color #560775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000111 01110101
Octal 126 7 165
Decimal 86 7 117
Hex 56 7 75

RGB Percentages of Color #560775

%40.95
%3.33
%55.71

CMYK Percentages of Color #560775

%26
%94
%0
%54

Triadic Colors of #560775

#560775 #755607 #077556

Analogous Colors of #560775

#560775 #75075d #1f0775

Monochromatic Colors of #560775

#560775

Complementary Color

#560775 #267507

#560775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#560775 Color CSS Codes

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

#560775 Text Font Color

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

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


#560775 Background Color

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

This div background color is #560775


#560775 Border Color

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

This div border color is #560775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560775


Comments

No comments written yet.

Please login to write comment.