Color Hex Logo

#56062b Color Hex

#56062B
(86,6,43)
0 Favorites   0 Comments

Color spaces of #56062b

RGB 86643
HSL0.920.870.18
HSV332°93°34°
CMYK 0.000.930.50   0.66
XYZ4.33892.28312.4975
Yxy2.28310.47580.2504
Hunter Lab15.109924.81490.7770
CIE-Lab16.907936.8527-0.0881

#56062b color RGB value is (86,6,43).

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

The process color (four color CMYK) of #56062b color hex is 0.00, 0.93, 0.50, 0.66. Web safe color of #56062b is #660033. Color #56062b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000110 00101011
Octal 126 6 53
Decimal 86 6 43
Hex 56 6 2B

RGB Percentages of Color #56062b

%63.70
%4.44
%31.85

CMYK Percentages of Color #56062b

%0
%93
%50
%66

Triadic Colors of #56062b

#56062b #2b5606 #062b56

Analogous Colors of #56062b

#56062b #560906 #560653

Monochromatic Colors of #56062b

#56062b

Complementary Color

#56062b #065631

#56062b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56062b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56062b Color CSS Codes

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

#56062b Text Font Color

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

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


#56062b Background Color

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

This div background color is #56062b


#56062b Border Color

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

This div border color is #56062b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56062b


Comments

No comments written yet.

Please login to write comment.