Color Hex Logo

#561ffb Color Hex

#561FFB
(86,31,251)
0 Favorites   0 Comments

Color spaces of #561ffb

RGB 8631251
HSL0.710.960.55
HSV255°88°98°
CMYK 0.660.880.00   0.02
XYZ21.74039.923492.0364
Yxy9.92340.17580.0802
Hunter Lab31.501468.0619-151.1741
CIE-Lab37.704674.2970-96.5080

#561ffb color RGB value is (86,31,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011111 11111011
Octal 126 37 373
Decimal 86 31 251
Hex 56 1F FB

RGB Percentages of Color #561ffb

%23.37
%8.42
%68.21

CMYK Percentages of Color #561ffb

%66
%88
%0
%2

Triadic Colors of #561ffb

#561ffb #fb561f #1ffb56

Analogous Colors of #561ffb

#561ffb #c41ffb #1f56fb

Monochromatic Colors of #561ffb

#561ffb

Complementary Color

#561ffb #c4fb1f

#561ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#561ffb Color CSS Codes

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

#561ffb Text Font Color

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

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


#561ffb Background Color

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

This div background color is #561ffb


#561ffb Border Color

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

This div border color is #561ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.