Color Hex Logo

#966dfa Color Hex

#966DFA
(150,109,250)
0 Favorites   0 Comments

Color spaces of #966dfa

RGB 150109250
HSL0.720.930.70
HSV257°56°98°
CMYK 0.400.560.00   0.02
XYZ35.301624.323493.2768
Yxy24.32340.23090.1591
Hunter Lab49.318841.4597-77.6123
CIE-Lab56.410147.2961-65.1028

#966dfa color RGB value is (150,109,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101101 11111010
Octal 226 155 372
Decimal 150 109 250
Hex 96 6D FA

RGB Percentages of Color #966dfa

%29.47
%21.41
%49.12

CMYK Percentages of Color #966dfa

%40
%56
%0
%2

Triadic Colors of #966dfa

#966dfa #fa966d #6dfa96

Analogous Colors of #966dfa

#966dfa #dd6dfa #6d8bfa

Monochromatic Colors of #966dfa

#966dfa

Complementary Color

#966dfa #d1fa6d

#966dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#966dfa Color CSS Codes

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

#966dfa Text Font Color

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

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


#966dfa Background Color

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

This div background color is #966dfa


#966dfa Border Color

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

This div border color is #966dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966dfa


Comments

No comments written yet.

Please login to write comment.