Color Hex Logo

#961984 Color Hex

#961984
(150,25,132)
0 Favorites   0 Comments

Color spaces of #961984

RGB 15025132
HSL0.860.710.34
HSV309°83°59°
CMYK 0.000.830.12   0.41
XYZ17.09028.845222.6363
Yxy8.84520.35190.1821
Hunter Lab29.740950.5261-24.3080
CIE-Lab35.684559.4322-29.3688

#961984 color RGB value is (150,25,132).

#961984 hex color red value is 150, green value is 25 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #961984 hue: 0.86 , saturation: 0.71 and the lightness value of 961984 is 0.34.

The process color (four color CMYK) of #961984 color hex is 0.00, 0.83, 0.12, 0.41. Web safe color of #961984 is #990099. Color #961984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011001 10000100
Octal 226 31 204
Decimal 150 25 132
Hex 96 19 84

RGB Percentages of Color #961984

%48.86
%8.14
%43.00

CMYK Percentages of Color #961984

%0
%83
%12
%41

Triadic Colors of #961984

#961984 #849619 #198496

Analogous Colors of #961984

#961984 #961945 #6a1996

Monochromatic Colors of #961984

#961984

Complementary Color

#961984 #19962b

#961984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961984 Color CSS Codes

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

#961984 Text Font Color

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

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


#961984 Background Color

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

This div background color is #961984


#961984 Border Color

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

This div border color is #961984


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,25,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #961984; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #961984;
  -webkit-box-shadow: 1px 1px 3px 2px #961984;
  box-shadow:         1px 1px 3px 2px #961984; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961984


Comments

No comments written yet.

Please login to write comment.