Color Hex Logo

#561baa Color Hex

#561BAA
(86,27,170)
0 Favorites   0 Comments

Color spaces of #561baa

RGB 8627170
HSL0.740.730.39
HSV265°84°67°
CMYK 0.490.840.00   0.33
XYZ11.48545.664638.5182
Yxy5.66460.20630.1018
Hunter Lab23.800444.4882-79.2936
CIE-Lab28.550055.1689-64.6382

#561baa color RGB value is (86,27,170).

#561baa hex color red value is 86, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #561baa hue: 0.74 , saturation: 0.73 and the lightness value of 561baa is 0.39.

The process color (four color CMYK) of #561baa color hex is 0.49, 0.84, 0.00, 0.33. Web safe color of #561baa is #663399. Color #561baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011011 10101010
Octal 126 33 252
Decimal 86 27 170
Hex 56 1B AA

RGB Percentages of Color #561baa

%30.39
%9.54
%60.07

CMYK Percentages of Color #561baa

%49
%84
%0
%33

Triadic Colors of #561baa

#561baa #aa561b #1baa56

Analogous Colors of #561baa

#561baa #9e1baa #1b28aa

Monochromatic Colors of #561baa

#561baa

Complementary Color

#561baa #6faa1b

#561baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#561baa Color CSS Codes

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

#561baa Text Font Color

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

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


#561baa Background Color

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

This div background color is #561baa


#561baa Border Color

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

This div border color is #561baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,27,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #561baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #561baa;
  -webkit-box-shadow: 1px 1px 3px 2px #561baa;
  box-shadow:         1px 1px 3px 2px #561baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561baa


Comments

No comments written yet.

Please login to write comment.