Color Hex Logo

#966fda Color Hex

#966FDA
(150,111,218)
0 Favorites   0 Comments

Color spaces of #966fda

RGB 150111218
HSL0.730.590.65
HSV262°49°85°
CMYK 0.310.490.00   0.15
XYZ30.917022.914969.1232
Yxy22.91490.25140.1864
Hunter Lab47.869531.5144-52.1056
CIE-Lab54.984637.8983-49.5031

#966fda color RGB value is (150,111,218).

#966fda hex color red value is 150, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #966fda hue: 0.73 , saturation: 0.59 and the lightness value of 966fda is 0.65.

The process color (four color CMYK) of #966fda color hex is 0.31, 0.49, 0.00, 0.15. Web safe color of #966fda is #9966cc. Color #966fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101111 11011010
Octal 226 157 332
Decimal 150 111 218
Hex 96 6F DA

RGB Percentages of Color #966fda

%31.32
%23.17
%45.51

CMYK Percentages of Color #966fda

%31
%49
%0
%15

Triadic Colors of #966fda

#966fda #da966f #6fda96

Analogous Colors of #966fda

#966fda #cc6fda #6f7eda

Monochromatic Colors of #966fda

#966fda

Complementary Color

#966fda #b3da6f

#966fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#966fda Color CSS Codes

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

#966fda Text Font Color

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

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


#966fda Background Color

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

This div background color is #966fda


#966fda Border Color

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

This div border color is #966fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966fda


Comments

No comments written yet.

Please login to write comment.