Color Hex Logo

#561ffa Color Hex

#561FFA
(86,31,250)
0 Favorites   0 Comments

Color spaces of #561ffa

RGB 8631250
HSL0.710.960.55
HSV255°88°98°
CMYK 0.660.880.00   0.02
XYZ21.58319.860591.2082
Yxy9.86050.17600.0804
Hunter Lab31.401467.7356-150.2320
CIE-Lab37.590974.0483-96.1352

#561ffa color RGB value is (86,31,250).

#561ffa hex color red value is 86, green value is 31 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #561ffa hue: 0.71 , saturation: 0.96 and the lightness value of 561ffa is 0.55.

The process color (four color CMYK) of #561ffa color hex is 0.66, 0.88, 0.00, 0.02. Web safe color of #561ffa is #6633ff. Color #561ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011111 11111010
Octal 126 37 372
Decimal 86 31 250
Hex 56 1F FA

RGB Percentages of Color #561ffa

%23.43
%8.45
%68.12

CMYK Percentages of Color #561ffa

%66
%88
%0
%2

Triadic Colors of #561ffa

#561ffa #fa561f #1ffa56

Analogous Colors of #561ffa

#561ffa #c41ffa #1f56fa

Monochromatic Colors of #561ffa

#561ffa

Complementary Color

#561ffa #c3fa1f

#561ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#561ffa Color CSS Codes

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

#561ffa Text Font Color

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

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


#561ffa Background Color

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

This div background color is #561ffa


#561ffa Border Color

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

This div border color is #561ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.