Color Hex Logo

#962aeb Color Hex

#962AEB
(150,42,235)
0 Favorites   0 Comments

Color spaces of #962aeb

RGB 15042235
HSL0.760.830.54
HSV274°82°92°
CMYK 0.360.820.00   0.08
XYZ28.401014.138179.8293
Yxy14.13810.23210.1155
Hunter Lab37.600769.0257-99.5571
CIE-Lab44.430373.7978-76.1520

#962aeb color RGB value is (150,42,235).

#962aeb hex color red value is 150, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #962aeb hue: 0.76 , saturation: 0.83 and the lightness value of 962aeb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101010 11101011
Octal 226 52 353
Decimal 150 42 235
Hex 96 2A EB

RGB Percentages of Color #962aeb

%35.13
%9.84
%55.04

CMYK Percentages of Color #962aeb

%36
%82
%0
%8

Triadic Colors of #962aeb

#962aeb #eb962a #2aeb96

Analogous Colors of #962aeb

#962aeb #eb2ae0 #362aeb

Monochromatic Colors of #962aeb

#962aeb

Complementary Color

#962aeb #7feb2a

#962aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#962aeb Color CSS Codes

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

#962aeb Text Font Color

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

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


#962aeb Background Color

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

This div background color is #962aeb


#962aeb Border Color

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

This div border color is #962aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962aeb


Comments

No comments written yet.

Please login to write comment.