Color Hex Logo

#966cbe Color Hex

#966CBE
(150,108,190)
0 Favorites   0 Comments

Color spaces of #966cbe

RGB 150108190
HSL0.750.390.58
HSV271°43°75°
CMYK 0.210.430.00   0.25
XYZ27.234520.926951.3191
Yxy20.92690.27380.2104
Hunter Lab45.745926.2133-34.4911
CIE-Lab52.869432.7819-36.9051

#966cbe color RGB value is (150,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101100 10111110
Octal 226 154 276
Decimal 150 108 190
Hex 96 6C BE

RGB Percentages of Color #966cbe

%33.48
%24.11
%42.41

CMYK Percentages of Color #966cbe

%21
%43
%0
%25

Triadic Colors of #966cbe

#966cbe #be966c #6cbe96

Analogous Colors of #966cbe

#966cbe #be6cbd #6d6cbe

Monochromatic Colors of #966cbe

#966cbe

Complementary Color

#966cbe #94be6c

#966cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#966cbe Color CSS Codes

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

#966cbe Text Font Color

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

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


#966cbe Background Color

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

This div background color is #966cbe


#966cbe Border Color

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

This div border color is #966cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966cbe


Comments

No comments written yet.

Please login to write comment.