Color Hex Logo

#962efe Color Hex

#962EFE
(150,46,254)
0 Favorites   0 Comments

Color spaces of #962efe

RGB 15046254
HSL0.750.990.59
HSV270°82°100°
CMYK 0.410.820.00   0.00
XYZ31.444115.593895.1185
Yxy15.59380.22120.1097
Hunter Lab39.489073.0294-115.1716
CIE-Lab46.437076.6845-83.5399

#962efe color RGB value is (150,46,254).

#962efe hex color red value is 150, green value is 46 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #962efe hue: 0.75 , saturation: 0.99 and the lightness value of 962efe is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101110 11111110
Octal 226 56 376
Decimal 150 46 254
Hex 96 2E FE

RGB Percentages of Color #962efe

%33.33
%10.22
%56.44

CMYK Percentages of Color #962efe

%41
%82
%0
%0

Triadic Colors of #962efe

#962efe #fe962e #2efe96

Analogous Colors of #962efe

#962efe #fe2efe #2e2efe

Monochromatic Colors of #962efe

#962efe

Complementary Color

#962efe #96fe2e

#962efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#962efe Color CSS Codes

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

#962efe Text Font Color

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

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


#962efe Background Color

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

This div background color is #962efe


#962efe Border Color

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

This div border color is #962efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962efe

Related Colors


Comments

No comments written yet.

Please login to write comment.