Color Hex Logo

#561dac Color Hex

#561DAC
(86,29,172)
0 Favorites   0 Comments

Color spaces of #561dac

RGB 8629172
HSL0.730.710.39
HSV264°83°67°
CMYK 0.500.830.00   0.33
XYZ11.72355.835739.5382
Yxy5.83570.20530.1022
Hunter Lab24.157244.3511-80.1302
CIE-Lab28.994154.9511-65.1102

#561dac color RGB value is (86,29,172).

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

The process color (four color CMYK) of #561dac color hex is 0.50, 0.83, 0.00, 0.33. Web safe color of #561dac is #663399. Color #561dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011101 10101100
Octal 126 35 254
Decimal 86 29 172
Hex 56 1D AC

RGB Percentages of Color #561dac

%29.97
%10.10
%59.93

CMYK Percentages of Color #561dac

%50
%83
%0
%33

Triadic Colors of #561dac

#561dac #ac561d #1dac56

Analogous Colors of #561dac

#561dac #9e1dac #1d2cac

Monochromatic Colors of #561dac

#561dac

Complementary Color

#561dac #73ac1d

#561dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#561dac Color CSS Codes

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

#561dac Text Font Color

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

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


#561dac Background Color

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

This div background color is #561dac


#561dac Border Color

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

This div border color is #561dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561dac


Comments

No comments written yet.

Please login to write comment.