Color Hex Logo

#9560eb Color Hex

#9560EB
(149,96,235)
0 Favorites   0 Comments

Color spaces of #9560eb

RGB 14996235
HSL0.730.780.65
HSV263°59°92°
CMYK 0.370.590.00   0.08
XYZ31.572720.753580.9390
Yxy20.75350.23690.1557
Hunter Lab45.556043.9868-73.4509
CIE-Lab52.678750.2516-62.7625

#9560eb color RGB value is (149,96,235).

#9560eb hex color red value is 149, green value is 96 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9560eb hue: 0.73 , saturation: 0.78 and the lightness value of 9560eb is 0.65.

The process color (four color CMYK) of #9560eb color hex is 0.37, 0.59, 0.00, 0.08. Web safe color of #9560eb is #9966ff. Color #9560eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100000 11101011
Octal 225 140 353
Decimal 149 96 235
Hex 95 60 EB

RGB Percentages of Color #9560eb

%31.04
%20.00
%48.96

CMYK Percentages of Color #9560eb

%37
%59
%0
%8

Triadic Colors of #9560eb

#9560eb #eb9560 #60eb95

Analogous Colors of #9560eb

#9560eb #db60eb #6071eb

Monochromatic Colors of #9560eb

#9560eb

Complementary Color

#9560eb #b6eb60

#9560eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9560eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9560eb Color CSS Codes

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

#9560eb Text Font Color

<p style="color:#9560eb">Text here</p>

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


#9560eb Background Color

<div style="background-color:#9560eb">
Div content here</div>

This div background color is #9560eb


#9560eb Border Color

<div style="border:3px solid #9560eb">
Div here</div>

This div border color is #9560eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,96,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9560eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9560eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9560eb;
  box-shadow:         1px 1px 3px 2px #9560eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,96,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 #9560eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9560eb


Comments

No comments written yet.

Please login to write comment.