Color Hex Logo

#560515 Color Hex

#560515
(86,5,21)
0 Favorites   0 Comments

Color spaces of #560515

RGB 86521
HSL0.970.890.18
HSV348°94°34°
CMYK 0.000.940.76   0.66
XYZ4.02742.14110.9105
Yxy2.14110.56890.3025
Hunter Lab14.632523.52296.5535
CIE-Lab16.211035.473614.9267

#560515 color RGB value is (86,5,21).

#560515 hex color red value is 86, green value is 5 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #560515 hue: 0.97 , saturation: 0.89 and the lightness value of 560515 is 0.18.

The process color (four color CMYK) of #560515 color hex is 0.00, 0.94, 0.76, 0.66. Web safe color of #560515 is #660000. Color #560515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000101 00010101
Octal 126 5 25
Decimal 86 5 21
Hex 56 5 15

RGB Percentages of Color #560515

%76.79
%4.46
%18.75

CMYK Percentages of Color #560515

%0
%94
%76
%66

Triadic Colors of #560515

#560515 #155605 #051556

Analogous Colors of #560515

#560515 #561e05 #56053d

Monochromatic Colors of #560515

#560515

Complementary Color

#560515 #055646

#560515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#560515 Color CSS Codes

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

#560515 Text Font Color

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

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


#560515 Background Color

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

This div background color is #560515


#560515 Border Color

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

This div border color is #560515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560515


Comments

No comments written yet.

Please login to write comment.