Color Hex Logo

#961486 Color Hex

#961486
(150,20,134)
0 Favorites   0 Comments

Color spaces of #961486

RGB 15020134
HSL0.850.760.33
HSV307°87°59°
CMYK 0.000.870.11   0.41
XYZ17.13098.705623.3317
Yxy8.70560.34840.1771
Hunter Lab29.505352.0038-26.2307
CIE-Lab35.411260.8343-31.0411

#961486 color RGB value is (150,20,134).

#961486 hex color red value is 150, green value is 20 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #961486 hue: 0.85 , saturation: 0.76 and the lightness value of 961486 is 0.33.

The process color (four color CMYK) of #961486 color hex is 0.00, 0.87, 0.11, 0.41. Web safe color of #961486 is #990099. Color #961486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010100 10000110
Octal 226 24 206
Decimal 150 20 134
Hex 96 14 86

RGB Percentages of Color #961486

%49.34
%6.58
%44.08

CMYK Percentages of Color #961486

%0
%87
%11
%41

Triadic Colors of #961486

#961486 #869614 #148696

Analogous Colors of #961486

#961486 #961445 #651496

Monochromatic Colors of #961486

#961486

Complementary Color

#961486 #149624

#961486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961486 Color CSS Codes

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

#961486 Text Font Color

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

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


#961486 Background Color

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

This div background color is #961486


#961486 Border Color

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

This div border color is #961486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961486


Comments

No comments written yet.

Please login to write comment.