Color Hex Logo

#560eeb Color Hex

#560EEB
(86,14,235)
0 Favorites   0 Comments

Color spaces of #560eeb

RGB 8614235
HSL0.720.890.49
HSV260°94°92°
CMYK 0.630.940.00   0.08
XYZ18.99028.290779.1966
Yxy8.29070.17830.0779
Hunter Lab28.793667.3372-142.9214
CIE-Lab34.581174.2813-92.6557

#560eeb color RGB value is (86,14,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00001110 11101011
Octal 126 16 353
Decimal 86 14 235
Hex 56 E EB

RGB Percentages of Color #560eeb

%25.67
%4.18
%70.15

CMYK Percentages of Color #560eeb

%63
%94
%0
%8

Triadic Colors of #560eeb

#560eeb #eb560e #0eeb56

Analogous Colors of #560eeb

#560eeb #c50eeb #0e35eb

Monochromatic Colors of #560eeb

#560eeb

Complementary Color

#560eeb #a3eb0e

#560eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#560eeb Color CSS Codes

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

#560eeb Text Font Color

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

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


#560eeb Background Color

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

This div background color is #560eeb


#560eeb Border Color

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

This div border color is #560eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,14,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 #560eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560eeb


Comments

No comments written yet.

Please login to write comment.