Color Hex Logo

#966fdc Color Hex

#966FDC
(150,111,220)
0 Favorites   0 Comments

Color spaces of #966fdc

RGB 150111220
HSL0.730.610.65
HSV261°50°86°
CMYK 0.320.500.00   0.14
XYZ31.180423.020270.5101
Yxy23.02020.25000.1846
Hunter Lab47.979432.0381-53.5466
CIE-Lab55.093138.4042-50.4579

#966fdc color RGB value is (150,111,220).

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

The process color (four color CMYK) of #966fdc color hex is 0.32, 0.50, 0.00, 0.14. Web safe color of #966fdc is #9966cc. Color #966fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101111 11011100
Octal 226 157 334
Decimal 150 111 220
Hex 96 6F DC

RGB Percentages of Color #966fdc

%31.19
%23.08
%45.74

CMYK Percentages of Color #966fdc

%32
%50
%0
%14

Triadic Colors of #966fdc

#966fdc #dc966f #6fdc96

Analogous Colors of #966fdc

#966fdc #cd6fdc #6f7fdc

Monochromatic Colors of #966fdc

#966fdc

Complementary Color

#966fdc #b5dc6f

#966fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#966fdc Color CSS Codes

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

#966fdc Text Font Color

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

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


#966fdc Background Color

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

This div background color is #966fdc


#966fdc Border Color

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

This div border color is #966fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966fdc


Comments

No comments written yet.

Please login to write comment.