Color Hex Logo

#560742 Color Hex

#560742
(86,7,66)
0 Favorites   0 Comments

Color spaces of #560742

RGB 86766
HSL0.880.850.18
HSV315°92°34°
CMYK 0.000.920.23   0.66
XYZ4.89712.52375.3833
Yxy2.52370.38250.1971
Hunter Lab15.886227.2240-8.9711
CIE-Lab18.025539.3916-14.7405

#560742 color RGB value is (86,7,66).

#560742 hex color red value is 86, green value is 7 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #560742 hue: 0.88 , saturation: 0.85 and the lightness value of 560742 is 0.18.

The process color (four color CMYK) of #560742 color hex is 0.00, 0.92, 0.23, 0.66. Web safe color of #560742 is #660033. Color #560742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000111 01000010
Octal 126 7 102
Decimal 86 7 66
Hex 56 7 42

RGB Percentages of Color #560742

%54.09
%4.40
%41.51

CMYK Percentages of Color #560742

%0
%92
%23
%66

Triadic Colors of #560742

#560742 #425607 #074256

Analogous Colors of #560742

#560742 #56071a #430756

Monochromatic Colors of #560742

#560742

Complementary Color

#560742 #07561b

#560742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#560742 Color CSS Codes

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

#560742 Text Font Color

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

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


#560742 Background Color

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

This div background color is #560742


#560742 Border Color

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

This div border color is #560742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560742


Comments

No comments written yet.

Please login to write comment.