Color Hex Logo

#966ccf Color Hex

#966CCF
(150,108,207)
0 Favorites   0 Comments

Color spaces of #966ccf

RGB 150108207
HSL0.740.510.62
HSV265°48°81°
CMYK 0.280.480.00   0.19
XYZ29.202721.714161.6836
Yxy21.71410.25930.1928
Hunter Lab46.598430.3168-45.8650
CIE-Lab53.722336.8622-45.2771

#966ccf color RGB value is (150,108,207).

#966ccf hex color red value is 150, green value is 108 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #966ccf hue: 0.74 , saturation: 0.51 and the lightness value of 966ccf is 0.62.

The process color (four color CMYK) of #966ccf color hex is 0.28, 0.48, 0.00, 0.19. Web safe color of #966ccf is #9966cc. Color #966ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101100 11001111
Octal 226 154 317
Decimal 150 108 207
Hex 96 6C CF

RGB Percentages of Color #966ccf

%32.26
%23.23
%44.52

CMYK Percentages of Color #966ccf

%28
%48
%0
%19

Triadic Colors of #966ccf

#966ccf #cf966c #6ccf96

Analogous Colors of #966ccf

#966ccf #c86ccf #6c74cf

Monochromatic Colors of #966ccf

#966ccf

Complementary Color

#966ccf #a5cf6c

#966ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#966ccf Color CSS Codes

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

#966ccf Text Font Color

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

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


#966ccf Background Color

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

This div background color is #966ccf


#966ccf Border Color

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

This div border color is #966ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966ccf


Comments

No comments written yet.

Please login to write comment.