Color Hex Logo

#966fed Color Hex

#966FED
(150,111,237)
0 Favorites   0 Comments

Color spaces of #966fed

RGB 150111237
HSL0.720.780.68
HSV259°53°93°
CMYK 0.370.530.00   0.07
XYZ33.548223.967382.9787
Yxy23.96730.23880.1706
Hunter Lab48.956436.6464-66.2241
CIE-Lab56.055042.7749-58.4505

#966fed color RGB value is (150,111,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101111 11101101
Octal 226 157 355
Decimal 150 111 237
Hex 96 6F ED

RGB Percentages of Color #966fed

%30.12
%22.29
%47.59

CMYK Percentages of Color #966fed

%37
%53
%0
%7

Triadic Colors of #966fed

#966fed #ed966f #6fed96

Analogous Colors of #966fed

#966fed #d56fed #6f87ed

Monochromatic Colors of #966fed

#966fed

Complementary Color

#966fed #c6ed6f

#966fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#966fed Color CSS Codes

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

#966fed Text Font Color

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

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


#966fed Background Color

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

This div background color is #966fed


#966fed Border Color

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

This div border color is #966fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966fed


Comments

No comments written yet.

Please login to write comment.