Color Hex Logo

#560421 Color Hex

#560421
(86,4,33)
0 Favorites   0 Comments

Color spaces of #560421

RGB 86433
HSL0.940.910.18
HSV339°95°34°
CMYK 0.000.950.62   0.66
XYZ4.15572.17511.6396
Yxy2.17510.52140.2729
Hunter Lab14.748224.48773.7323
CIE-Lab16.380636.57436.4404

#560421 color RGB value is (86,4,33).

#560421 hex color red value is 86, green value is 4 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #560421 hue: 0.94 , saturation: 0.91 and the lightness value of 560421 is 0.18.

The process color (four color CMYK) of #560421 color hex is 0.00, 0.95, 0.62, 0.66. Web safe color of #560421 is #660033. Color #560421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000100 00100001
Octal 126 4 41
Decimal 86 4 33
Hex 56 4 21

RGB Percentages of Color #560421

%69.92
%3.25
%26.83

CMYK Percentages of Color #560421

%0
%95
%62
%66

Triadic Colors of #560421

#560421 #215604 #042156

Analogous Colors of #560421

#560421 #561004 #56044a

Monochromatic Colors of #560421

#560421

Complementary Color

#560421 #045639

#560421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#560421 Color CSS Codes

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

#560421 Text Font Color

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

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


#560421 Background Color

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

This div background color is #560421


#560421 Border Color

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

This div border color is #560421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560421


Comments

No comments written yet.

Please login to write comment.