Color Hex Logo

#966afc Color Hex

#966AFC
(150,106,252)
0 Favorites   0 Comments

Color spaces of #966afc

RGB 150106252
HSL0.720.960.70
HSV258°58°99°
CMYK 0.400.580.00   0.01
XYZ35.302423.820494.8326
Yxy23.82040.22930.1547
Hunter Lab48.806143.7016-81.0389
CIE-Lab55.907549.4653-67.0197

#966afc color RGB value is (150,106,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101010 11111100
Octal 226 152 374
Decimal 150 106 252
Hex 96 6A FC

RGB Percentages of Color #966afc

%29.53
%20.87
%49.61

CMYK Percentages of Color #966afc

%40
%58
%0
%1

Triadic Colors of #966afc

#966afc #fc966a #6afc96

Analogous Colors of #966afc

#966afc #df6afc #6a87fc

Monochromatic Colors of #966afc

#966afc

Complementary Color

#966afc #d0fc6a

#966afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#966afc Color CSS Codes

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

#966afc Text Font Color

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

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


#966afc Background Color

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

This div background color is #966afc


#966afc Border Color

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

This div border color is #966afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,106,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 #966afc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966afc

Related Colors


Comments

No comments written yet.

Please login to write comment.