Color Hex Logo

#962896 Color Hex

#962896
(150,40,150)
0 Favorites   0 Comments

Color spaces of #962896

RGB 15040150
HSL0.830.580.37
HSV300°73°59°
CMYK 0.000.730.00   0.41
XYZ18.841510.203629.8306
Yxy10.20360.32000.1733
Hunter Lab31.943149.3872-33.0089
CIE-Lab38.205457.8944-36.4389

#962896 color RGB value is (150,40,150).

#962896 hex color red value is 150, green value is 40 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #962896 hue: 0.83 , saturation: 0.58 and the lightness value of 962896 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101000 10010110
Octal 226 50 226
Decimal 150 40 150
Hex 96 28 96

RGB Percentages of Color #962896

%44.12
%11.76
%44.12

CMYK Percentages of Color #962896

%0
%73
%0
%41

Triadic Colors of #962896

#962896 #969628 #289696

Analogous Colors of #962896

#962896 #96285f #5f2896

Monochromatic Colors of #962896

#962896

Complementary Color

#962896 #289628

#962896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962896 Color CSS Codes

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

#962896 Text Font Color

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

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


#962896 Background Color

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

This div background color is #962896


#962896 Border Color

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

This div border color is #962896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962896


Comments

No comments written yet.

Please login to write comment.