Color Hex Logo

#966bdc Color Hex

#966BDC
(150,107,220)
0 Favorites   0 Comments

Color spaces of #966bdc

RGB 150107220
HSL0.730.620.64
HSV263°51°86°
CMYK 0.320.510.00   0.14
XYZ30.753622.166770.3679
Yxy22.16670.24940.1798
Hunter Lab47.081534.2033-55.6576
CIE-Lab54.203440.6585-51.8755

#966bdc color RGB value is (150,107,220).

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

The process color (four color CMYK) of #966bdc color hex is 0.32, 0.51, 0.00, 0.14. Web safe color of #966bdc is #9966cc. Color #966bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101011 11011100
Octal 226 153 334
Decimal 150 107 220
Hex 96 6B DC

RGB Percentages of Color #966bdc

%31.45
%22.43
%46.12

CMYK Percentages of Color #966bdc

%32
%51
%0
%14

Triadic Colors of #966bdc

#966bdc #dc966b #6bdc96

Analogous Colors of #966bdc

#966bdc #cf6bdc #6b79dc

Monochromatic Colors of #966bdc

#966bdc

Complementary Color

#966bdc #b1dc6b

#966bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#966bdc Color CSS Codes

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

#966bdc Text Font Color

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

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


#966bdc Background Color

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

This div background color is #966bdc


#966bdc Border Color

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

This div border color is #966bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966bdc


Comments

No comments written yet.

Please login to write comment.