Color Hex Logo

#560beb Color Hex

#560BEB
(86,11,235)
0 Favorites   0 Comments

Color spaces of #560beb

RGB 8611235
HSL0.720.910.48
HSV260°95°92°
CMYK 0.630.950.00   0.08
XYZ18.95288.215979.1842
Yxy8.21590.17820.0773
Hunter Lab28.663467.8668-143.7275
CIE-Lab34.428574.7469-92.9094

#560beb color RGB value is (86,11,235).

#560beb hex color red value is 86, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #560beb hue: 0.72 , saturation: 0.91 and the lightness value of 560beb is 0.48.

The process color (four color CMYK) of #560beb color hex is 0.63, 0.95, 0.00, 0.08. Web safe color of #560beb is #6600ff. Color #560beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00001011 11101011
Octal 126 13 353
Decimal 86 11 235
Hex 56 B EB

RGB Percentages of Color #560beb

%25.90
%3.31
%70.78

CMYK Percentages of Color #560beb

%63
%95
%0
%8

Triadic Colors of #560beb

#560beb #eb560b #0beb56

Analogous Colors of #560beb

#560beb #c60beb #0b30eb

Monochromatic Colors of #560beb

#560beb

Complementary Color

#560beb #a0eb0b

#560beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#560beb Color CSS Codes

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

#560beb Text Font Color

<p style="color:#560beb">Text here</p>

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


#560beb Background Color

<div style="background-color:#560beb">
Div content here</div>

This div background color is #560beb


#560beb Border Color

<div style="border:3px solid #560beb">
Div here</div>

This div border color is #560beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,11,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #560beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #560beb;
  -webkit-box-shadow: 1px 1px 3px 2px #560beb;
  box-shadow:         1px 1px 3px 2px #560beb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560beb


Comments

No comments written yet.

Please login to write comment.