Color Hex Logo

#960ffa Color Hex

#960FFA
(150,15,250)
0 Favorites   0 Comments

Color spaces of #960ffa

RGB 15015250
HSL0.760.960.52
HSV274°94°98°
CMYK 0.400.940.00   0.02
XYZ30.003813.727891.5108
Yxy13.72780.22190.1015
Hunter Lab37.051079.7093-120.5021
CIE-Lab43.840082.5158-85.5691

#960ffa color RGB value is (150,15,250).

#960ffa hex color red value is 150, green value is 15 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #960ffa hue: 0.76 , saturation: 0.96 and the lightness value of 960ffa is 0.52.

The process color (four color CMYK) of #960ffa color hex is 0.40, 0.94, 0.00, 0.02. Web safe color of #960ffa is #9900ff. Color #960ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001111 11111010
Octal 226 17 372
Decimal 150 15 250
Hex 96 F FA

RGB Percentages of Color #960ffa

%36.14
%3.61
%60.24

CMYK Percentages of Color #960ffa

%40
%94
%0
%2

Triadic Colors of #960ffa

#960ffa #fa960f #0ffa96

Analogous Colors of #960ffa

#960ffa #fa0fe9 #210ffa

Monochromatic Colors of #960ffa

#960ffa

Complementary Color

#960ffa #73fa0f

#960ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#960ffa Color CSS Codes

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

#960ffa Text Font Color

<p style="color:#960ffa">Text here</p>

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


#960ffa Background Color

<div style="background-color:#960ffa">
Div content here</div>

This div background color is #960ffa


#960ffa Border Color

<div style="border:3px solid #960ffa">
Div here</div>

This div border color is #960ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,15,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #960ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #960ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #960ffa;
  box-shadow:         1px 1px 3px 2px #960ffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,15,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960ffa


Comments

No comments written yet.

Please login to write comment.