Color Hex Logo

#56064e Color Hex

#56064E
(86,6,78)
0 Favorites   0 Comments

Color spaces of #56064e

RGB 86678
HSL0.850.870.18
HSV306°93°34°
CMYK 0.000.930.09   0.66
XYZ5.27802.65877.4427
Yxy2.65870.34320.1729
Hunter Lab16.305529.2447-15.6492
CIE-Lab18.621741.5257-22.0824

#56064e color RGB value is (86,6,78).

#56064e hex color red value is 86, green value is 6 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #56064e hue: 0.85 , saturation: 0.87 and the lightness value of 56064e is 0.18.

The process color (four color CMYK) of #56064e color hex is 0.00, 0.93, 0.09, 0.66. Web safe color of #56064e is #660066. Color #56064e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000110 01001110
Octal 126 6 116
Decimal 86 6 78
Hex 56 6 4E

RGB Percentages of Color #56064e

%50.59
%3.53
%45.88

CMYK Percentages of Color #56064e

%0
%93
%9
%66

Triadic Colors of #56064e

#56064e #4e5606 #064e56

Analogous Colors of #56064e

#56064e #560626 #360656

Monochromatic Colors of #56064e

#56064e

Complementary Color

#56064e #06560e

#56064e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56064e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56064e Color CSS Codes

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

#56064e Text Font Color

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

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


#56064e Background Color

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

This div background color is #56064e


#56064e Border Color

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

This div border color is #56064e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,6,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56064e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56064e;
  -webkit-box-shadow: 1px 1px 3px 2px #56064e;
  box-shadow:         1px 1px 3px 2px #56064e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56064e


Comments

No comments written yet.

Please login to write comment.