Color Hex Logo

#561cad Color Hex

#561CAD
(86,28,173)
0 Favorites   0 Comments

Color spaces of #561cad

RGB 8628173
HSL0.730.720.39
HSV264°84°68°
CMYK 0.500.840.00   0.32
XYZ11.79585.826140.0380
Yxy5.82610.20460.1010
Hunter Lab24.137344.9919-81.4517
CIE-Lab28.969455.5681-65.7515

#561cad color RGB value is (86,28,173).

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

The process color (four color CMYK) of #561cad color hex is 0.50, 0.84, 0.00, 0.32. Web safe color of #561cad is #663399. Color #561cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011100 10101101
Octal 126 34 255
Decimal 86 28 173
Hex 56 1C AD

RGB Percentages of Color #561cad

%29.97
%9.76
%60.28

CMYK Percentages of Color #561cad

%50
%84
%0
%32

Triadic Colors of #561cad

#561cad #ad561c #1cad56

Analogous Colors of #561cad

#561cad #9f1cad #1c2bad

Monochromatic Colors of #561cad

#561cad

Complementary Color

#561cad #73ad1c

#561cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#561cad Color CSS Codes

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

#561cad Text Font Color

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

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


#561cad Background Color

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

This div background color is #561cad


#561cad Border Color

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

This div border color is #561cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561cad


Comments

No comments written yet.

Please login to write comment.