Color Hex Logo

#966dff Color Hex

#966DFF
(150,109,255)
0 Favorites   0 Comments

Color spaces of #966dff

RGB 150109255
HSL0.711.000.71
HSV257°57°100°
CMYK 0.410.570.00   0.00
XYZ36.096324.641397.4615
Yxy24.64130.22820.1558
Hunter Lab49.640042.9283-81.6600
CIE-Lab56.724248.6192-67.3604

#966dff color RGB value is (150,109,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101101 11111111
Octal 226 155 377
Decimal 150 109 255
Hex 96 6D FF

RGB Percentages of Color #966dff

%29.18
%21.21
%49.61

CMYK Percentages of Color #966dff

%41
%57
%0
%0

Triadic Colors of #966dff

#966dff #ff966d #6dff96

Analogous Colors of #966dff

#966dff #df6dff #6d8dff

Monochromatic Colors of #966dff

#966dff

Complementary Color

#966dff #d6ff6d

#966dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#966dff Color CSS Codes

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

#966dff Text Font Color

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

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


#966dff Background Color

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

This div background color is #966dff


#966dff Border Color

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

This div border color is #966dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966dff


Comments

No comments written yet.

Please login to write comment.