Color Hex Logo

#9560ed Color Hex

#9560ED
(149,96,237)
0 Favorites   0 Comments

Color spaces of #9560ed

RGB 14996237
HSL0.730.800.65
HSV263°59°93°
CMYK 0.370.590.00   0.07
XYZ31.863420.869782.4696
Yxy20.86970.23570.1544
Hunter Lab45.683444.5549-75.0545
CIE-Lab52.806650.7597-63.6769

#9560ed color RGB value is (149,96,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100000 11101101
Octal 225 140 355
Decimal 149 96 237
Hex 95 60 ED

RGB Percentages of Color #9560ed

%30.91
%19.92
%49.17

CMYK Percentages of Color #9560ed

%37
%59
%0
%7

Triadic Colors of #9560ed

#9560ed #ed9560 #60ed95

Analogous Colors of #9560ed

#9560ed #dc60ed #6072ed

Monochromatic Colors of #9560ed

#9560ed

Complementary Color

#9560ed #b8ed60

#9560ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9560ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9560ed Color CSS Codes

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

#9560ed Text Font Color

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

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


#9560ed Background Color

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

This div background color is #9560ed


#9560ed Border Color

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

This div border color is #9560ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,96,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9560ed


Comments

No comments written yet.

Please login to write comment.