Color Hex Logo

#56064d Color Hex

#56064D
(86,6,77)
0 Favorites   0 Comments

Color spaces of #56064d

RGB 86677
HSL0.850.870.18
HSV307°93°34°
CMYK 0.000.930.10   0.66
XYZ5.24242.64457.2553
Yxy2.64450.34620.1746
Hunter Lab16.261929.0852-15.0691
CIE-Lab18.559941.3620-21.4967

#56064d color RGB value is (86,6,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000110 01001101
Octal 126 6 115
Decimal 86 6 77
Hex 56 6 4D

RGB Percentages of Color #56064d

%50.89
%3.55
%45.56

CMYK Percentages of Color #56064d

%0
%93
%10
%66

Triadic Colors of #56064d

#56064d #4d5606 #064d56

Analogous Colors of #56064d

#56064d #560625 #370656

Monochromatic Colors of #56064d

#56064d

Complementary Color

#56064d #06560f

#56064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#56064d Color CSS Codes

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

#56064d Text Font Color

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

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


#56064d Background Color

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

This div background color is #56064d


#56064d Border Color

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

This div border color is #56064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56064d


Comments

No comments written yet.

Please login to write comment.