Color Hex Logo

#561379 Color Hex

#561379
(86,19,121)
0 Favorites   0 Comments

Color spaces of #561379

RGB 8619121
HSL0.780.730.27
HSV279°84°47°
CMYK 0.290.840.00   0.53
XYZ7.52183.824718.4309
Yxy3.82470.25260.1284
Hunter Lab19.556834.4288-42.1867
CIE-Lab23.083246.2044-43.2500

#561379 color RGB value is (86,19,121).

#561379 hex color red value is 86, green value is 19 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #561379 hue: 0.78 , saturation: 0.73 and the lightness value of 561379 is 0.27.

The process color (four color CMYK) of #561379 color hex is 0.29, 0.84, 0.00, 0.53. Web safe color of #561379 is #660066. Color #561379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010011 01111001
Octal 126 23 171
Decimal 86 19 121
Hex 56 13 79

RGB Percentages of Color #561379

%38.05
%8.41
%53.54

CMYK Percentages of Color #561379

%29
%84
%0
%53

Triadic Colors of #561379

#561379 #795613 #137956

Analogous Colors of #561379

#561379 #791369 #231379

Monochromatic Colors of #561379

#561379

Complementary Color

#561379 #367913

#561379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561379 Color CSS Codes

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

#561379 Text Font Color

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

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


#561379 Background Color

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

This div background color is #561379


#561379 Border Color

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

This div border color is #561379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561379


Comments

No comments written yet.

Please login to write comment.