Color Hex Logo

#966ceb Color Hex

#966CEB
(150,108,235)
0 Favorites   0 Comments

Color spaces of #966ceb

RGB 150108235
HSL0.720.760.67
HSV260°54°92°
CMYK 0.360.540.00   0.08
XYZ32.935623.207381.3408
Yxy23.20730.23960.1688
Hunter Lab48.174037.7326-66.3883
CIE-Lab55.285243.9290-58.5678

#966ceb color RGB value is (150,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101100 11101011
Octal 226 154 353
Decimal 150 108 235
Hex 96 6C EB

RGB Percentages of Color #966ceb

%30.43
%21.91
%47.67

CMYK Percentages of Color #966ceb

%36
%54
%0
%8

Triadic Colors of #966ceb

#966ceb #eb966c #6ceb96

Analogous Colors of #966ceb

#966ceb #d66ceb #6c82eb

Monochromatic Colors of #966ceb

#966ceb

Complementary Color

#966ceb #c1eb6c

#966ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#966ceb Color CSS Codes

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

#966ceb Text Font Color

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

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


#966ceb Background Color

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

This div background color is #966ceb


#966ceb Border Color

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

This div border color is #966ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966ceb


Comments

No comments written yet.

Please login to write comment.