Color Hex Logo

#966ced Color Hex

#966CED
(150,108,237)
0 Favorites   0 Comments

Color spaces of #966ced

RGB 150108237
HSL0.720.780.68
HSV260°54°93°
CMYK 0.370.540.00   0.07
XYZ33.226323.323682.8714
Yxy23.32360.23830.1673
Hunter Lab48.294538.2914-67.9330
CIE-Lab55.404144.4468-59.4940

#966ced color RGB value is (150,108,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101100 11101101
Octal 226 154 355
Decimal 150 108 237
Hex 96 6C ED

RGB Percentages of Color #966ced

%30.30
%21.82
%47.88

CMYK Percentages of Color #966ced

%37
%54
%0
%7

Triadic Colors of #966ced

#966ced #ed966c #6ced96

Analogous Colors of #966ced

#966ced #d76ced #6c83ed

Monochromatic Colors of #966ced

#966ced

Complementary Color

#966ced #c3ed6c

#966ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#966ced Color CSS Codes

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

#966ced Text Font Color

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

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


#966ced Background Color

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

This div background color is #966ced


#966ced Border Color

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

This div border color is #966ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966ced


Comments

No comments written yet.

Please login to write comment.