Color Hex Logo

#961fdf Color Hex

#961FDF
(150,31,223)
0 Favorites   0 Comments

Color spaces of #961fdf

RGB 15031223
HSL0.770.760.50
HSV277°86°87°
CMYK 0.330.860.00   0.13
XYZ26.386912.791770.8903
Yxy12.79170.23970.1162
Hunter Lab35.765569.1033-92.4821
CIE-Lab42.447774.2473-72.5708

#961fdf color RGB value is (150,31,223).

#961fdf hex color red value is 150, green value is 31 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #961fdf hue: 0.77 , saturation: 0.76 and the lightness value of 961fdf is 0.50.

The process color (four color CMYK) of #961fdf color hex is 0.33, 0.86, 0.00, 0.13. Web safe color of #961fdf is #9933cc. Color #961fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011111 11011111
Octal 226 37 337
Decimal 150 31 223
Hex 96 1F DF

RGB Percentages of Color #961fdf

%37.13
%7.67
%55.20

CMYK Percentages of Color #961fdf

%33
%86
%0
%13

Triadic Colors of #961fdf

#961fdf #df961f #1fdf96

Analogous Colors of #961fdf

#961fdf #df1fc8 #361fdf

Monochromatic Colors of #961fdf

#961fdf

Complementary Color

#961fdf #68df1f

#961fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#961fdf Color CSS Codes

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

#961fdf Text Font Color

<p style="color:#961fdf">Text here</p>

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


#961fdf Background Color

<div style="background-color:#961fdf">
Div content here</div>

This div background color is #961fdf


#961fdf Border Color

<div style="border:3px solid #961fdf">
Div here</div>

This div border color is #961fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,31,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #961fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #961fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #961fdf;
  box-shadow:         1px 1px 3px 2px #961fdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961fdf


Comments

No comments written yet.

Please login to write comment.