Color Hex Logo

#966bcf Color Hex

#966BCF
(150,107,207)
0 Favorites   0 Comments

Color spaces of #966bcf

RGB 150107207
HSL0.740.510.62
HSV266°48°81°
CMYK 0.280.480.00   0.19
XYZ29.097921.504461.6486
Yxy21.50440.25920.1916
Hunter Lab46.372830.8522-46.3598
CIE-Lab53.497237.4286-45.6340

#966bcf color RGB value is (150,107,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101011 11001111
Octal 226 153 317
Decimal 150 107 207
Hex 96 6B CF

RGB Percentages of Color #966bcf

%32.33
%23.06
%44.61

CMYK Percentages of Color #966bcf

%28
%48
%0
%19

Triadic Colors of #966bcf

#966bcf #cf966b #6bcf96

Analogous Colors of #966bcf

#966bcf #c86bcf #6b72cf

Monochromatic Colors of #966bcf

#966bcf

Complementary Color

#966bcf #a4cf6b

#966bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#966bcf Color CSS Codes

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

#966bcf Text Font Color

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

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


#966bcf Background Color

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

This div background color is #966bcf


#966bcf Border Color

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

This div border color is #966bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966bcf


Comments

No comments written yet.

Please login to write comment.