Color Hex Logo

#961cbd Color Hex

#961CBD
(150,28,189)
0 Favorites   0 Comments

Color spaces of #961cbd

RGB 15028189
HSL0.790.740.43
HSV285°85°74°
CMYK 0.210.850.00   0.26
XYZ22.178210.988749.0962
Yxy10.98870.26960.1336
Hunter Lab33.149261.4128-64.6080
CIE-Lab39.561468.3328-57.5693

#961cbd color RGB value is (150,28,189).

#961cbd hex color red value is 150, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #961cbd hue: 0.79 , saturation: 0.74 and the lightness value of 961cbd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011100 10111101
Octal 226 34 275
Decimal 150 28 189
Hex 96 1C BD

RGB Percentages of Color #961cbd

%40.87
%7.63
%51.50

CMYK Percentages of Color #961cbd

%21
%85
%0
%26

Triadic Colors of #961cbd

#961cbd #bd961c #1cbd96

Analogous Colors of #961cbd

#961cbd #bd1c94 #461cbd

Monochromatic Colors of #961cbd

#961cbd

Complementary Color

#961cbd #43bd1c

#961cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#961cbd Color CSS Codes

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

#961cbd Text Font Color

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

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


#961cbd Background Color

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

This div background color is #961cbd


#961cbd Border Color

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

This div border color is #961cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961cbd


Comments

No comments written yet.

Please login to write comment.