Color Hex Logo

#561463 Color Hex

#561463
(86,20,99)
0 Favorites   0 Comments

Color spaces of #561463

RGB 862099
HSL0.810.660.23
HSV290°80°39°
CMYK 0.130.800.00   0.61
XYZ6.34003.379612.1226
Yxy3.37960.29030.1547
Hunter Lab18.383729.3880-26.2285
CIE-Lab21.504241.1218-31.5524

#561463 color RGB value is (86,20,99).

#561463 hex color red value is 86, green value is 20 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #561463 hue: 0.81 , saturation: 0.66 and the lightness value of 561463 is 0.23.

The process color (four color CMYK) of #561463 color hex is 0.13, 0.80, 0.00, 0.61. Web safe color of #561463 is #660066. Color #561463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010100 01100011
Octal 126 24 143
Decimal 86 20 99
Hex 56 14 63

RGB Percentages of Color #561463

%41.95
%9.76
%48.29

CMYK Percentages of Color #561463

%13
%80
%0
%61

Triadic Colors of #561463

#561463 #635614 #146356

Analogous Colors of #561463

#561463 #631448 #2f1463

Monochromatic Colors of #561463

#561463

Complementary Color

#561463 #216314

#561463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561463 Color CSS Codes

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

#561463 Text Font Color

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

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


#561463 Background Color

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

This div background color is #561463


#561463 Border Color

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

This div border color is #561463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561463


Comments

No comments written yet.

Please login to write comment.