Color Hex Logo

#962cee Color Hex

#962CEE
(150,44,238)
0 Favorites   0 Comments

Color spaces of #962cee

RGB 15044238
HSL0.760.850.55
HSV273°82°93°
CMYK 0.370.820.00   0.07
XYZ28.911014.458482.1559
Yxy14.45840.23030.1152
Hunter Lab38.024269.1768-101.4863
CIE-Lab44.883373.8344-77.1063

#962cee color RGB value is (150,44,238).

#962cee hex color red value is 150, green value is 44 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #962cee hue: 0.76 , saturation: 0.85 and the lightness value of 962cee is 0.55.

The process color (four color CMYK) of #962cee color hex is 0.37, 0.82, 0.00, 0.07. Web safe color of #962cee is #9933ff. Color #962cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101100 11101110
Octal 226 54 356
Decimal 150 44 238
Hex 96 2C EE

RGB Percentages of Color #962cee

%34.72
%10.19
%55.09

CMYK Percentages of Color #962cee

%37
%82
%0
%7

Triadic Colors of #962cee

#962cee #ee962c #2cee96

Analogous Colors of #962cee

#962cee #ee2ce5 #352cee

Monochromatic Colors of #962cee

#962cee

Complementary Color

#962cee #84ee2c

#962cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#962cee Color CSS Codes

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

#962cee Text Font Color

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

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


#962cee Background Color

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

This div background color is #962cee


#962cee Border Color

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

This div border color is #962cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962cee


Comments

No comments written yet.

Please login to write comment.