Color Hex Logo

#561789 Color Hex

#561789
(86,23,137)
0 Favorites   0 Comments

Color spaces of #561789

RGB 8623137
HSL0.760.710.31
HSV273°83°54°
CMYK 0.370.830.00   0.46
XYZ8.65954.397424.0593
Yxy4.39740.23330.1185
Hunter Lab20.970037.0137-53.3457
CIE-Lab24.944048.5030-50.3194

#561789 color RGB value is (86,23,137).

#561789 hex color red value is 86, green value is 23 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #561789 hue: 0.76 , saturation: 0.71 and the lightness value of 561789 is 0.31.

The process color (four color CMYK) of #561789 color hex is 0.37, 0.83, 0.00, 0.46. Web safe color of #561789 is #660099. Color #561789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010111 10001001
Octal 126 27 211
Decimal 86 23 137
Hex 56 17 89

RGB Percentages of Color #561789

%34.96
%9.35
%55.69

CMYK Percentages of Color #561789

%37
%83
%0
%46

Triadic Colors of #561789

#561789 #895617 #178956

Analogous Colors of #561789

#561789 #891783 #1d1789

Monochromatic Colors of #561789

#561789

Complementary Color

#561789 #4a8917

#561789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561789 Color CSS Codes

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

#561789 Text Font Color

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

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


#561789 Background Color

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

This div background color is #561789


#561789 Border Color

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

This div border color is #561789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561789


Comments

No comments written yet.

Please login to write comment.