Color Hex Logo

#962cce Color Hex

#962CCE
(150,44,206)
0 Favorites   0 Comments

Color spaces of #962cce

RGB 15044206
HSL0.780.650.49
HSV279°79°81°
CMYK 0.270.790.00   0.19
XYZ24.618912.741659.5543
Yxy12.74160.25400.1315
Hunter Lab35.695460.6435-73.9329
CIE-Lab42.371367.1226-62.9213

#962cce color RGB value is (150,44,206).

#962cce hex color red value is 150, green value is 44 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #962cce hue: 0.78 , saturation: 0.65 and the lightness value of 962cce is 0.49.

The process color (four color CMYK) of #962cce color hex is 0.27, 0.79, 0.00, 0.19. Web safe color of #962cce is #9933cc. Color #962cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101100 11001110
Octal 226 54 316
Decimal 150 44 206
Hex 96 2C CE

RGB Percentages of Color #962cce

%37.50
%11.00
%51.50

CMYK Percentages of Color #962cce

%27
%79
%0
%19

Triadic Colors of #962cce

#962cce #ce962c #2cce96

Analogous Colors of #962cce

#962cce #ce2cb5 #452cce

Monochromatic Colors of #962cce

#962cce

Complementary Color

#962cce #64ce2c

#962cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#962cce Color CSS Codes

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

#962cce Text Font Color

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

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


#962cce Background Color

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

This div background color is #962cce


#962cce Border Color

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

This div border color is #962cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962cce


Comments

No comments written yet.

Please login to write comment.