Color Hex Logo

#961afb Color Hex

#961AFB
(150,26,251)
0 Favorites   0 Comments

Color spaces of #961afb

RGB 15026251
HSL0.760.970.54
HSV273°90°98°
CMYK 0.400.900.00   0.02
XYZ30.359714.187992.4052
Yxy14.18790.22170.1036
Hunter Lab37.666877.9552-119.0849
CIE-Lab44.501281.0066-85.0420

#961afb color RGB value is (150,26,251).

#961afb hex color red value is 150, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #961afb hue: 0.76 , saturation: 0.97 and the lightness value of 961afb is 0.54.

The process color (four color CMYK) of #961afb color hex is 0.40, 0.90, 0.00, 0.02. Web safe color of #961afb is #9933ff. Color #961afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011010 11111011
Octal 226 32 373
Decimal 150 26 251
Hex 96 1A FB

RGB Percentages of Color #961afb

%35.13
%6.09
%58.78

CMYK Percentages of Color #961afb

%40
%90
%0
%2

Triadic Colors of #961afb

#961afb #fb961a #1afb96

Analogous Colors of #961afb

#961afb #fb1af0 #261afb

Monochromatic Colors of #961afb

#961afb

Complementary Color

#961afb #7ffb1a

#961afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#961afb Color CSS Codes

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

#961afb Text Font Color

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

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


#961afb Background Color

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

This div background color is #961afb


#961afb Border Color

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

This div border color is #961afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961afb


Comments

No comments written yet.

Please login to write comment.