color codes Logo

#966dbc color codes

#966DBC
(150,109,188)
0 Favorites   0 Comments

Color spaces of #966dbc

RGB 150109188
HSL0.750.370.58
HSV271°42°74°
CMYK 0.200.420.00   0.26
XYZ27.123421.052150.2109
Yxy21.05210.27570.2140
Hunter Lab45.882625.2255-32.7653
CIE-Lab53.006531.7422-35.5402

#966dbc color RGB value is (150,109,188).

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

The process color (four color CMYK) of #966dbc color code is 0.20, 0.42, 0.00, 0.26. Web safe color of #966dbc is #9966cc. Color #966dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101101 10111100
Octal 226 155 274
Decimal 150 109 188
Hex 96 6D BC

RGB Percentages of Color #966dbc

%33.56
%24.38
%42.06

CMYK Percentages of Color #966dbc

%20
%42
%0
%26

Triadic Colors of #966dbc

#966dbc #bc966d #6dbc96

Analogous Colors of #966dbc

#966dbc #bc6dbb #6f6dbc

Monochromatic Colors of #966dbc

#966dbc

Complementary Color

#966dbc #93bc6d

#966dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#966dbc Color CSS Codes

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

#966dbc Text Font Color

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

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


#966dbc Background Color

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

This div background color is #966dbc


#966dbc Border Color

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

This div border color is #966dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966dbc


Comments

No comments written yet.

Please login to write comment.