Color Hex Logo

#963b7e Color Hex

#963B7E
(150,59,126)
0 Favorites   0 Comments

Color spaces of #963b7e

RGB 15059126
HSL0.880.440.41
HSV316°61°59°
CMYK 0.000.610.16   0.41
XYZ17.907511.118320.9409
Yxy11.11830.35840.2225
Hunter Lab33.344137.5115-13.8947
CIE-Lab39.779046.2124-19.2743

#963b7e color RGB value is (150,59,126).

#963b7e hex color red value is 150, green value is 59 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #963b7e hue: 0.88 , saturation: 0.44 and the lightness value of 963b7e is 0.41.

The process color (four color CMYK) of #963b7e color hex is 0.00, 0.61, 0.16, 0.41. Web safe color of #963b7e is #993366. Color #963b7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111011 01111110
Octal 226 73 176
Decimal 150 59 126
Hex 96 3B 7E

RGB Percentages of Color #963b7e

%44.78
%17.61
%37.61

CMYK Percentages of Color #963b7e

%0
%61
%16
%41

Triadic Colors of #963b7e

#963b7e #7e963b #3b7e96

Analogous Colors of #963b7e

#963b7e #963b51 #813b96

Monochromatic Colors of #963b7e

#963b7e

Complementary Color

#963b7e #3b9653

#963b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#963b7e Color CSS Codes

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

#963b7e Text Font Color

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

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


#963b7e Background Color

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

This div background color is #963b7e


#963b7e Border Color

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

This div border color is #963b7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,59,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #963b7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #963b7e;
  -webkit-box-shadow: 1px 1px 3px 2px #963b7e;
  box-shadow:         1px 1px 3px 2px #963b7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963b7e


Comments

No comments written yet.

Please login to write comment.