Color Hex Logo

#561584 Color Hex

#561584
(86,21,132)
0 Favorites   0 Comments

Color spaces of #561584

RGB 8621132
HSL0.760.730.30
HSV275°84°52°
CMYK 0.350.840.00   0.48
XYZ8.27084.180722.2008
Yxy4.18070.23870.1206
Hunter Lab20.446836.4222-50.0635
CIE-Lab24.260148.0330-48.3014

#561584 color RGB value is (86,21,132).

#561584 hex color red value is 86, green value is 21 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #561584 hue: 0.76 , saturation: 0.73 and the lightness value of 561584 is 0.30.

The process color (four color CMYK) of #561584 color hex is 0.35, 0.84, 0.00, 0.48. Web safe color of #561584 is #660099. Color #561584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010101 10000100
Octal 126 25 204
Decimal 86 21 132
Hex 56 15 84

RGB Percentages of Color #561584

%35.98
%8.79
%55.23

CMYK Percentages of Color #561584

%35
%84
%0
%48

Triadic Colors of #561584

#561584 #845615 #158456

Analogous Colors of #561584

#561584 #84157b #1e1584

Monochromatic Colors of #561584

#561584

Complementary Color

#561584 #438415

#561584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561584 Color CSS Codes

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

#561584 Text Font Color

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

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


#561584 Background Color

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

This div background color is #561584


#561584 Border Color

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

This div border color is #561584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561584


Comments

No comments written yet.

Please login to write comment.