Color Hex Logo

#962983 Color Hex

#962983
(150,41,131)
0 Favorites   0 Comments

Color spaces of #962983

RGB 15041131
HSL0.860.570.37
HSV310°73°59°
CMYK 0.000.730.13   0.41
XYZ17.46739.708622.4260
Yxy9.70860.35210.1957
Hunter Lab31.158645.5382-20.8621
CIE-Lab37.314354.4680-26.1908

#962983 color RGB value is (150,41,131).

#962983 hex color red value is 150, green value is 41 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #962983 hue: 0.86 , saturation: 0.57 and the lightness value of 962983 is 0.37.

The process color (four color CMYK) of #962983 color hex is 0.00, 0.73, 0.13, 0.41. Web safe color of #962983 is #993399. Color #962983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101001 10000011
Octal 226 51 203
Decimal 150 41 131
Hex 96 29 83

RGB Percentages of Color #962983

%46.58
%12.73
%40.68

CMYK Percentages of Color #962983

%0
%73
%13
%41

Triadic Colors of #962983

#962983 #839629 #298396

Analogous Colors of #962983

#962983 #96294d #732996

Monochromatic Colors of #962983

#962983

Complementary Color

#962983 #29963c

#962983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962983 Color CSS Codes

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

#962983 Text Font Color

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

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


#962983 Background Color

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

This div background color is #962983


#962983 Border Color

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

This div border color is #962983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962983


Comments

No comments written yet.

Please login to write comment.