Color Hex Logo

#966dfc Color Hex

#966DFC
(150,109,252)
0 Favorites   0 Comments

Color spaces of #966dfc

RGB 150109252
HSL0.710.960.71
HSV257°57°99°
CMYK 0.400.570.00   0.01
XYZ35.617024.449694.9375
Yxy24.44960.22980.1577
Hunter Lab49.446542.0445-79.2244
CIE-Lab56.535247.8244-66.0079

#966dfc color RGB value is (150,109,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101101 11111100
Octal 226 155 374
Decimal 150 109 252
Hex 96 6D FC

RGB Percentages of Color #966dfc

%29.35
%21.33
%49.32

CMYK Percentages of Color #966dfc

%40
%57
%0
%1

Triadic Colors of #966dfc

#966dfc #fc966d #6dfc96

Analogous Colors of #966dfc

#966dfc #de6dfc #6d8cfc

Monochromatic Colors of #966dfc

#966dfc

Complementary Color

#966dfc #d3fc6d

#966dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#966dfc Color CSS Codes

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

#966dfc Text Font Color

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

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


#966dfc Background Color

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

This div background color is #966dfc


#966dfc Border Color

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

This div border color is #966dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.