Color Hex Logo

#963781 Color Hex

#963781
(150,55,129)
0 Favorites   0 Comments

Color spaces of #963781

RGB 15055129
HSL0.870.460.40
HSV313°63°59°
CMYK 0.000.630.14   0.41
XYZ17.906310.801421.9100
Yxy10.80140.35380.2134
Hunter Lab32.865539.7386-16.5202
CIE-Lab39.243948.5123-21.9509

#963781 color RGB value is (150,55,129).

#963781 hex color red value is 150, green value is 55 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #963781 hue: 0.87 , saturation: 0.46 and the lightness value of 963781 is 0.40.

The process color (four color CMYK) of #963781 color hex is 0.00, 0.63, 0.14, 0.41. Web safe color of #963781 is #993399. Color #963781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110111 10000001
Octal 226 67 201
Decimal 150 55 129
Hex 96 37 81

RGB Percentages of Color #963781

%44.91
%16.47
%38.62

CMYK Percentages of Color #963781

%0
%63
%14
%41

Triadic Colors of #963781

#963781 #819637 #378196

Analogous Colors of #963781

#963781 #963752 #7c3796

Monochromatic Colors of #963781

#963781

Complementary Color

#963781 #37964c

#963781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963781 Color CSS Codes

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

#963781 Text Font Color

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

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


#963781 Background Color

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

This div background color is #963781


#963781 Border Color

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

This div border color is #963781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963781


Comments

No comments written yet.

Please login to write comment.