Color Hex Logo

#560aeb Color Hex

#560AEB
(86,10,235)
0 Favorites   0 Comments

Color spaces of #560aeb

RGB 8610235
HSL0.720.920.48
HSV260°96°92°
CMYK 0.630.960.00   0.08
XYZ18.94178.193779.1805
Yxy8.19370.17820.0771
Hunter Lab28.624668.0252-143.9687
CIE-Lab34.383174.8858-92.9850

#560aeb color RGB value is (86,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00001010 11101011
Octal 126 12 353
Decimal 86 10 235
Hex 56 A EB

RGB Percentages of Color #560aeb

%25.98
%3.02
%71.00

CMYK Percentages of Color #560aeb

%63
%96
%0
%8

Triadic Colors of #560aeb

#560aeb #eb560a #0aeb56

Analogous Colors of #560aeb

#560aeb #c70aeb #0a2eeb

Monochromatic Colors of #560aeb

#560aeb

Complementary Color

#560aeb #9feb0a

#560aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#560aeb Color CSS Codes

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

#560aeb Text Font Color

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

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


#560aeb Background Color

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

This div background color is #560aeb


#560aeb Border Color

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

This div border color is #560aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560aeb


Comments

No comments written yet.

Please login to write comment.