Color Hex Logo

#966def Color Hex

#966DEF
(150,109,239)
0 Favorites   0 Comments

Color spaces of #966def

RGB 150109239
HSL0.720.800.68
HSV259°54°94°
CMYK 0.370.540.00   0.06
XYZ33.626323.653384.4546
Yxy23.65330.23720.1669
Hunter Lab48.634738.3053-68.9135
CIE-Lab55.739044.4111-60.0721

#966def color RGB value is (150,109,239).

#966def hex color red value is 150, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #966def hue: 0.72 , saturation: 0.80 and the lightness value of 966def is 0.68.

The process color (four color CMYK) of #966def color hex is 0.37, 0.54, 0.00, 0.06. Web safe color of #966def is #9966ff. Color #966def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101101 11101111
Octal 226 155 357
Decimal 150 109 239
Hex 96 6D EF

RGB Percentages of Color #966def

%30.12
%21.89
%47.99

CMYK Percentages of Color #966def

%37
%54
%0
%6

Triadic Colors of #966def

#966def #ef966d #6def96

Analogous Colors of #966def

#966def #d76def #6d85ef

Monochromatic Colors of #966def

#966def

Complementary Color

#966def #c6ef6d

#966def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966def Color Preview on White Background

Lorem ipsum dolor sit amet.

#966def Color CSS Codes

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

#966def Text Font Color

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

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


#966def Background Color

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

This div background color is #966def


#966def Border Color

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

This div border color is #966def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966def


Comments

No comments written yet.

Please login to write comment.