Color Hex Logo

#966cff Color Hex

#966CFF
(150,108,255)
1 Favorites   0 Comments

Color spaces of #966cff

RGB 150108255
HSL0.711.000.71
HSV257°58°100°
CMYK 0.410.580.00   0.00
XYZ35.990224.429297.4261
Yxy24.42920.22800.1548
Hunter Lab49.425943.4821-82.2716
CIE-Lab56.515049.1661-67.6978

#966cff color RGB value is (150,108,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101100 11111111
Octal 226 154 377
Decimal 150 108 255
Hex 96 6C FF

RGB Percentages of Color #966cff

%29.24
%21.05
%49.71

CMYK Percentages of Color #966cff

%41
%58
%0
%0

Triadic Colors of #966cff

#966cff #ff966c #6cff96

Analogous Colors of #966cff

#966cff #e06cff #6c8cff

Monochromatic Colors of #966cff

#966cff

Complementary Color

#966cff #d5ff6c

#966cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#966cff Color CSS Codes

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

#966cff Text Font Color

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

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


#966cff Background Color

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

This div background color is #966cff


#966cff Border Color

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

This div border color is #966cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966cff

Related Colors


Comments

No comments written yet.

Please login to write comment.