Color Hex Logo

#962e9f Color Hex

#962E9F
(150,46,159)
0 Favorites   0 Comments

Color spaces of #962e9f

RGB 15046159
HSL0.820.550.40
HSV295°71°62°
CMYK 0.060.710.00   0.38
XYZ19.812710.941233.8685
Yxy10.94120.30660.1693
Hunter Lab33.077549.0321-37.5536
CIE-Lab39.481357.3205-39.8539

#962e9f color RGB value is (150,46,159).

#962e9f hex color red value is 150, green value is 46 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #962e9f hue: 0.82 , saturation: 0.55 and the lightness value of 962e9f is 0.40.

The process color (four color CMYK) of #962e9f color hex is 0.06, 0.71, 0.00, 0.38. Web safe color of #962e9f is #993399. Color #962e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101110 10011111
Octal 226 56 237
Decimal 150 46 159
Hex 96 2E 9F

RGB Percentages of Color #962e9f

%42.25
%12.96
%44.79

CMYK Percentages of Color #962e9f

%6
%71
%0
%38

Triadic Colors of #962e9f

#962e9f #9f962e #2e9f96

Analogous Colors of #962e9f

#962e9f #9f2e70 #5e2e9f

Monochromatic Colors of #962e9f

#962e9f

Complementary Color

#962e9f #379f2e

#962e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#962e9f Color CSS Codes

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

#962e9f Text Font Color

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

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


#962e9f Background Color

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

This div background color is #962e9f


#962e9f Border Color

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

This div border color is #962e9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,46,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #962e9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #962e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #962e9f;
  box-shadow:         1px 1px 3px 2px #962e9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962e9f


Comments

No comments written yet.

Please login to write comment.