color codes Logo

#966ffb color codes

#966FFB
(150,111,251)
0 Favorites   0 Comments

Color spaces of #966ffb

RGB 150111251
HSL0.710.950.71
HSV257°56°98°
CMYK 0.400.560.00   0.02
XYZ35.674724.817994.1769
Yxy24.81790.23070.1605
Hunter Lab49.817640.6443-77.2116
CIE-Lab56.897646.4569-64.8715

#966ffb color RGB value is (150,111,251).

#966ffb hex color red value is 150, green value is 111 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #966ffb hue: 0.71 , saturation: 0.95 and the lightness value of 966ffb is 0.71.

The process color (four color CMYK) of #966ffb color code is 0.40, 0.56, 0.00, 0.02. Web safe color of #966ffb is #9966ff. Color #966ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101111 11111011
Octal 226 157 373
Decimal 150 111 251
Hex 96 6F FB

RGB Percentages of Color #966ffb

%29.30
%21.68
%49.02

CMYK Percentages of Color #966ffb

%40
%56
%0
%2

Triadic Colors of #966ffb

#966ffb #fb966f #6ffb96

Analogous Colors of #966ffb

#966ffb #dc6ffb #6f8efb

Monochromatic Colors of #966ffb

#966ffb

Complementary Color

#966ffb #d4fb6f

#966ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#966ffb Color CSS Codes

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

#966ffb Text Font Color

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

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


#966ffb Background Color

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

This div background color is #966ffb


#966ffb Border Color

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

This div border color is #966ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,111,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 #966ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966ffb


Comments

No comments written yet.

Please login to write comment.