Color Hex Logo

#561abe Color Hex

#561ABE
(86,26,190)
0 Favorites   0 Comments

Color spaces of #561abe

RGB 8626190
HSL0.730.760.42
HSV262°86°75°
CMYK 0.550.860.00   0.25
XYZ13.50146.434949.2457
Yxy6.43490.19520.0930
Hunter Lab25.367150.6125-97.3440
CIE-Lab30.484260.5227-73.3752

#561abe color RGB value is (86,26,190).

#561abe hex color red value is 86, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #561abe hue: 0.73 , saturation: 0.76 and the lightness value of 561abe is 0.42.

The process color (four color CMYK) of #561abe color hex is 0.55, 0.86, 0.00, 0.25. Web safe color of #561abe is #6633cc. Color #561abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011010 10111110
Octal 126 32 276
Decimal 86 26 190
Hex 56 1A BE

RGB Percentages of Color #561abe

%28.48
%8.61
%62.91

CMYK Percentages of Color #561abe

%55
%86
%0
%25

Triadic Colors of #561abe

#561abe #be561a #1abe56

Analogous Colors of #561abe

#561abe #a81abe #1a30be

Monochromatic Colors of #561abe

#561abe

Complementary Color

#561abe #82be1a

#561abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#561abe Color CSS Codes

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

#561abe Text Font Color

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

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


#561abe Background Color

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

This div background color is #561abe


#561abe Border Color

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

This div border color is #561abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561abe


Comments

No comments written yet.

Please login to write comment.