Color Hex Logo

#961db4 Color Hex

#961DB4
(150,29,180)
0 Favorites   0 Comments

Color spaces of #961db4

RGB 15029180
HSL0.800.720.41
HSV288°84°71°
CMYK 0.170.840.00   0.29
XYZ21.255310.658044.1169
Yxy10.65800.27960.1402
Hunter Lab32.646659.0849-57.2688
CIE-Lab38.998466.4293-53.1695

#961db4 color RGB value is (150,29,180).

#961db4 hex color red value is 150, green value is 29 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #961db4 hue: 0.80 , saturation: 0.72 and the lightness value of 961db4 is 0.41.

The process color (four color CMYK) of #961db4 color hex is 0.17, 0.84, 0.00, 0.29. Web safe color of #961db4 is #9933cc. Color #961db4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011101 10110100
Octal 226 35 264
Decimal 150 29 180
Hex 96 1D B4

RGB Percentages of Color #961db4

%41.78
%8.08
%50.14

CMYK Percentages of Color #961db4

%17
%84
%0
%29

Triadic Colors of #961db4

#961db4 #b4961d #1db496

Analogous Colors of #961db4

#961db4 #b41d87 #4b1db4

Monochromatic Colors of #961db4

#961db4

Complementary Color

#961db4 #3bb41d

#961db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961db4 Color CSS Codes

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

#961db4 Text Font Color

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

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


#961db4 Background Color

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

This div background color is #961db4


#961db4 Border Color

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

This div border color is #961db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961db4


Comments

No comments written yet.

Please login to write comment.