Color Hex Logo

#961daa Color Hex

#961DAA
(150,29,170)
0 Favorites   0 Comments

Color spaces of #961daa

RGB 15029170
HSL0.810.710.39
HSV291°83°67°
CMYK 0.120.830.00   0.33
XYZ20.272710.265038.9431
Yxy10.26500.29180.1477
Hunter Lab32.039056.8775-49.6390
CIE-Lab38.313964.6291-48.3222

#961daa color RGB value is (150,29,170).

#961daa hex color red value is 150, green value is 29 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #961daa hue: 0.81 , saturation: 0.71 and the lightness value of 961daa is 0.39.

The process color (four color CMYK) of #961daa color hex is 0.12, 0.83, 0.00, 0.33. Web safe color of #961daa is #993399. Color #961daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011101 10101010
Octal 226 35 252
Decimal 150 29 170
Hex 96 1D AA

RGB Percentages of Color #961daa

%42.98
%8.31
%48.71

CMYK Percentages of Color #961daa

%12
%83
%0
%33

Triadic Colors of #961daa

#961daa #aa961d #1daa96

Analogous Colors of #961daa

#961daa #aa1d78 #501daa

Monochromatic Colors of #961daa

#961daa

Complementary Color

#961daa #31aa1d

#961daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#961daa Color CSS Codes

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

#961daa Text Font Color

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

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


#961daa Background Color

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

This div background color is #961daa


#961daa Border Color

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

This div border color is #961daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961daa


Comments

No comments written yet.

Please login to write comment.