Color Hex Logo

#962eee Color Hex

#962EEE
(150,46,238)
0 Favorites   0 Comments

Color spaces of #962eee

RGB 15046238
HSL0.760.850.56
HSV273°81°93°
CMYK 0.370.810.00   0.07
XYZ28.987314.611182.1813
Yxy14.61110.23050.1162
Hunter Lab38.224568.4716-100.7143
CIE-Lab45.096973.2093-76.7568

#962eee color RGB value is (150,46,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101110 11101110
Octal 226 56 356
Decimal 150 46 238
Hex 96 2E EE

RGB Percentages of Color #962eee

%34.56
%10.60
%54.84

CMYK Percentages of Color #962eee

%37
%81
%0
%7

Triadic Colors of #962eee

#962eee #ee962e #2eee96

Analogous Colors of #962eee

#962eee #ee2ee6 #362eee

Monochromatic Colors of #962eee

#962eee

Complementary Color

#962eee #86ee2e

#962eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#962eee Color CSS Codes

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

#962eee Text Font Color

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

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


#962eee Background Color

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

This div background color is #962eee


#962eee Border Color

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

This div border color is #962eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,46,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 #962eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962eee


Comments

No comments written yet.

Please login to write comment.