Color Hex Logo

#961ccb Color Hex

#961CCB
(150,28,203)
0 Favorites   0 Comments

Color spaces of #961ccb

RGB 15028203
HSL0.780.760.45
HSV282°86°80°
CMYK 0.260.860.00   0.20
XYZ23.772411.626357.4911
Yxy11.62630.25590.1252
Hunter Lab34.097464.7784-76.0999
CIE-Lab40.615970.9932-64.0368

#961ccb color RGB value is (150,28,203).

#961ccb hex color red value is 150, green value is 28 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #961ccb hue: 0.78 , saturation: 0.76 and the lightness value of 961ccb is 0.45.

The process color (four color CMYK) of #961ccb color hex is 0.26, 0.86, 0.00, 0.20. Web safe color of #961ccb is #9933cc. Color #961ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011100 11001011
Octal 226 34 313
Decimal 150 28 203
Hex 96 1C CB

RGB Percentages of Color #961ccb

%39.37
%7.35
%53.28

CMYK Percentages of Color #961ccb

%26
%86
%0
%20

Triadic Colors of #961ccb

#961ccb #cb961c #1ccb96

Analogous Colors of #961ccb

#961ccb #cb1ca9 #3f1ccb

Monochromatic Colors of #961ccb

#961ccb

Complementary Color

#961ccb #51cb1c

#961ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#961ccb Color CSS Codes

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

#961ccb Text Font Color

<p style="color:#961ccb">Text here</p>

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


#961ccb Background Color

<div style="background-color:#961ccb">
Div content here</div>

This div background color is #961ccb


#961ccb Border Color

<div style="border:3px solid #961ccb">
Div here</div>

This div border color is #961ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,28,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #961ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #961ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #961ccb;
  box-shadow:         1px 1px 3px 2px #961ccb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961ccb


Comments

No comments written yet.

Please login to write comment.