Color Hex Logo

#966cbf Color Hex

#966CBF
(150,108,191)
0 Favorites   0 Comments

Color spaces of #966cbf

RGB 150108191
HSL0.750.390.59
HSV270°43°75°
CMYK 0.210.430.00   0.25
XYZ27.344220.970751.8968
Yxy20.97070.27290.2093
Hunter Lab45.793826.4461-35.1360
CIE-Lab52.917433.0169-37.4041

#966cbf color RGB value is (150,108,191).

#966cbf hex color red value is 150, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #966cbf hue: 0.75 , saturation: 0.39 and the lightness value of 966cbf is 0.59.

The process color (four color CMYK) of #966cbf color hex is 0.21, 0.43, 0.00, 0.25. Web safe color of #966cbf is #9966cc. Color #966cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101100 10111111
Octal 226 154 277
Decimal 150 108 191
Hex 96 6C BF

RGB Percentages of Color #966cbf

%33.41
%24.05
%42.54

CMYK Percentages of Color #966cbf

%21
%43
%0
%25

Triadic Colors of #966cbf

#966cbf #bf966c #6cbf96

Analogous Colors of #966cbf

#966cbf #bf6cbf #6d6cbf

Monochromatic Colors of #966cbf

#966cbf

Complementary Color

#966cbf #95bf6c

#966cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#966cbf Color CSS Codes

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

#966cbf Text Font Color

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

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


#966cbf Background Color

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

This div background color is #966cbf


#966cbf Border Color

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

This div border color is #966cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966cbf


Comments

No comments written yet.

Please login to write comment.