Color Hex Logo

#561999 Color Hex

#561999
(86,25,153)
0 Favorites   0 Comments

Color spaces of #561999

RGB 8625153
HSL0.750.720.35
HSV269°84°60°
CMYK 0.440.840.00   0.40
XYZ9.93524.973630.5734
Yxy4.97360.21840.1094
Hunter Lab22.301640.4928-65.6700
CIE-Lab26.659451.6549-57.4151

#561999 color RGB value is (86,25,153).

#561999 hex color red value is 86, green value is 25 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #561999 hue: 0.75 , saturation: 0.72 and the lightness value of 561999 is 0.35.

The process color (four color CMYK) of #561999 color hex is 0.44, 0.84, 0.00, 0.40. Web safe color of #561999 is #660099. Color #561999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011001 10011001
Octal 126 31 231
Decimal 86 25 153
Hex 56 19 99

RGB Percentages of Color #561999

%32.58
%9.47
%57.95

CMYK Percentages of Color #561999

%44
%84
%0
%40

Triadic Colors of #561999

#561999 #995619 #199956

Analogous Colors of #561999

#561999 #961999 #191c99

Monochromatic Colors of #561999

#561999

Complementary Color

#561999 #5c9919

#561999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561999 Color CSS Codes

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

#561999 Text Font Color

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

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


#561999 Background Color

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

This div background color is #561999


#561999 Border Color

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

This div border color is #561999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561999


Comments

No comments written yet.

Please login to write comment.