Color Hex Logo

#561249 Color Hex

#561249
(86,18,73)
0 Favorites   0 Comments

Color spaces of #561249

RGB 861873
HSL0.870.650.20
HSV311°79°34°
CMYK 0.000.790.15   0.66
XYZ5.25672.89216.5845
Yxy2.89210.35680.1963
Hunter Lab17.006225.4145-11.0518
CIE-Lab19.606537.0238-17.1121

#561249 color RGB value is (86,18,73).

#561249 hex color red value is 86, green value is 18 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #561249 hue: 0.87 , saturation: 0.65 and the lightness value of 561249 is 0.20.

The process color (four color CMYK) of #561249 color hex is 0.00, 0.79, 0.15, 0.66. Web safe color of #561249 is #660033. Color #561249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010010 01001001
Octal 126 22 111
Decimal 86 18 73
Hex 56 12 49

RGB Percentages of Color #561249

%48.59
%10.17
%41.24

CMYK Percentages of Color #561249

%0
%79
%15
%66

Triadic Colors of #561249

#561249 #495612 #124956

Analogous Colors of #561249

#561249 #561227 #411256

Monochromatic Colors of #561249

#561249

Complementary Color

#561249 #12561f

#561249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561249 Color CSS Codes

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

#561249 Text Font Color

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

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


#561249 Background Color

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

This div background color is #561249


#561249 Border Color

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

This div border color is #561249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561249


Comments

No comments written yet.

Please login to write comment.