Color Hex Logo

#966bff Color Hex

#966BFF
(150,107,255)
0 Favorites   0 Comments

Color spaces of #966bff

RGB 150107255
HSL0.721.000.71
HSV257°58°100°
CMYK 0.410.580.00   0.00
XYZ35.885424.219497.3912
Yxy24.21940.22780.1538
Hunter Lab49.213244.0359-82.8836
CIE-Lab56.306849.7120-68.0338

#966bff color RGB value is (150,107,255).

#966bff hex color red value is 150, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #966bff hue: 0.72 , saturation: 1.00 and the lightness value of 966bff is 0.71.

The process color (four color CMYK) of #966bff color hex is 0.41, 0.58, 0.00, 0.00. Web safe color of #966bff is #9966ff. Color #966bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101011 11111111
Octal 226 153 377
Decimal 150 107 255
Hex 96 6B FF

RGB Percentages of Color #966bff

%29.30
%20.90
%49.80

CMYK Percentages of Color #966bff

%41
%58
%0
%0

Triadic Colors of #966bff

#966bff #ff966b #6bff96

Analogous Colors of #966bff

#966bff #e06bff #6b8aff

Monochromatic Colors of #966bff

#966bff

Complementary Color

#966bff #d4ff6b

#966bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#966bff Color CSS Codes

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

#966bff Text Font Color

<p style="color:#966bff">Text here</p>

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


#966bff Background Color

<div style="background-color:#966bff">
Div content here</div>

This div background color is #966bff


#966bff Border Color

<div style="border:3px solid #966bff">
Div here</div>

This div border color is #966bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,107,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #966bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #966bff;
  -webkit-box-shadow: 1px 1px 3px 2px #966bff;
  box-shadow:         1px 1px 3px 2px #966bff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966bff


Comments

No comments written yet.

Please login to write comment.