Color Hex Logo

#966bce Color Hex

#966BCE
(150,107,206)
0 Favorites   0 Comments

Color spaces of #966bce

RGB 150107206
HSL0.740.500.61
HSV266°48°81°
CMYK 0.270.480.00   0.19
XYZ28.976021.455761.0067
Yxy21.45570.26000.1925
Hunter Lab46.320330.6015-45.6644
CIE-Lab53.444737.1837-45.1483

#966bce color RGB value is (150,107,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101011 11001110
Octal 226 153 316
Decimal 150 107 206
Hex 96 6B CE

RGB Percentages of Color #966bce

%32.40
%23.11
%44.49

CMYK Percentages of Color #966bce

%27
%48
%0
%19

Triadic Colors of #966bce

#966bce #ce966b #6bce96

Analogous Colors of #966bce

#966bce #c86bce #6b72ce

Monochromatic Colors of #966bce

#966bce

Complementary Color

#966bce #a3ce6b

#966bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#966bce Color CSS Codes

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

#966bce Text Font Color

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

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


#966bce Background Color

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

This div background color is #966bce


#966bce Border Color

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

This div border color is #966bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966bce


Comments

No comments written yet.

Please login to write comment.