Color Hex Logo

#966ddb Color Hex

#966DDB
(150,109,219)
0 Favorites   0 Comments

Color spaces of #966ddb

RGB 150109219
HSL0.730.600.64
HSV262°50°86°
CMYK 0.320.500.00   0.14
XYZ30.832522.535869.7426
Yxy22.53580.25040.1831
Hunter Lab47.471932.8581-53.8747
CIE-Lab54.590939.2815-50.6936

#966ddb color RGB value is (150,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101101 11011011
Octal 226 155 333
Decimal 150 109 219
Hex 96 6D DB

RGB Percentages of Color #966ddb

%31.38
%22.80
%45.82

CMYK Percentages of Color #966ddb

%32
%50
%0
%14

Triadic Colors of #966ddb

#966ddb #db966d #6ddb96

Analogous Colors of #966ddb

#966ddb #cd6ddb #6d7bdb

Monochromatic Colors of #966ddb

#966ddb

Complementary Color

#966ddb #b2db6d

#966ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#966ddb Color CSS Codes

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

#966ddb Text Font Color

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

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


#966ddb Background Color

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

This div background color is #966ddb


#966ddb Border Color

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

This div border color is #966ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966ddb


Comments

No comments written yet.

Please login to write comment.