Color Hex Logo

#966dfb Color Hex

#966DFB
(150,109,251)
0 Favorites   0 Comments

Color spaces of #966dfb

RGB 150109251
HSL0.710.950.71
HSV257°57°98°
CMYK 0.400.570.00   0.02
XYZ35.458924.386394.1049
Yxy24.38630.23030.1584
Hunter Lab49.382541.7519-78.4172
CIE-Lab56.472547.5603-65.5558

#966dfb color RGB value is (150,109,251).

#966dfb hex color red value is 150, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #966dfb hue: 0.71 , saturation: 0.95 and the lightness value of 966dfb is 0.71.

The process color (four color CMYK) of #966dfb color hex is 0.40, 0.57, 0.00, 0.02. Web safe color of #966dfb is #9966ff. Color #966dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101101 11111011
Octal 226 155 373
Decimal 150 109 251
Hex 96 6D FB

RGB Percentages of Color #966dfb

%29.41
%21.37
%49.22

CMYK Percentages of Color #966dfb

%40
%57
%0
%2

Triadic Colors of #966dfb

#966dfb #fb966d #6dfb96

Analogous Colors of #966dfb

#966dfb #dd6dfb #6d8bfb

Monochromatic Colors of #966dfb

#966dfb

Complementary Color

#966dfb #d2fb6d

#966dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#966dfb Color CSS Codes

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

#966dfb Text Font Color

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

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


#966dfb Background Color

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

This div background color is #966dfb


#966dfb Border Color

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

This div border color is #966dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966dfb


Comments

No comments written yet.

Please login to write comment.