Color Hex Logo

#56384c Color Hex

#56384C
(86,56,76)
0 Favorites   0 Comments

Color spaces of #56384c

RGB 865676
HSL0.890.210.28
HSV320°35°34°
CMYK 0.000.350.12   0.66
XYZ6.55645.32867.5204
Yxy5.32860.33790.2746
Hunter Lab23.083810.3022-3.1573
CIE-Lab27.651216.9076-6.7979

#56384c color RGB value is (86,56,76).

#56384c hex color red value is 86, green value is 56 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #56384c hue: 0.89 , saturation: 0.21 and the lightness value of 56384c is 0.28.

The process color (four color CMYK) of #56384c color hex is 0.00, 0.35, 0.12, 0.66. Web safe color of #56384c is #663333. Color #56384c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111000 01001100
Octal 126 70 114
Decimal 86 56 76
Hex 56 38 4C

RGB Percentages of Color #56384c

%39.45
%25.69
%34.86

CMYK Percentages of Color #56384c

%0
%35
%12
%66

Triadic Colors of #56384c

#56384c #4c5638 #384c56

Analogous Colors of #56384c

#56384c #56383d #513856

Monochromatic Colors of #56384c

#56384c

Complementary Color

#56384c #385642

#56384c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56384c Color Preview on White Background

Lorem ipsum dolor sit amet.

#56384c Color CSS Codes

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

#56384c Text Font Color

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

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


#56384c Background Color

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

This div background color is #56384c


#56384c Border Color

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

This div border color is #56384c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,56,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56384c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56384c;
  -webkit-box-shadow: 1px 1px 3px 2px #56384c;
  box-shadow:         1px 1px 3px 2px #56384c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56384c


Comments

No comments written yet.

Please login to write comment.