Color Hex Logo

#961aeb Color Hex

#961AEB
(150,26,235)
0 Favorites   0 Comments

Color spaces of #961aeb

RGB 15026235
HSL0.770.840.51
HSV276°89°92°
CMYK 0.360.890.00   0.08
XYZ27.942513.221079.6764
Yxy13.22100.23120.1094
Hunter Lab36.360773.5426-104.4684
CIE-Lab43.094477.7477-78.3402

#961aeb color RGB value is (150,26,235).

#961aeb hex color red value is 150, green value is 26 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #961aeb hue: 0.77 , saturation: 0.84 and the lightness value of 961aeb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011010 11101011
Octal 226 32 353
Decimal 150 26 235
Hex 96 1A EB

RGB Percentages of Color #961aeb

%36.50
%6.33
%57.18

CMYK Percentages of Color #961aeb

%36
%89
%0
%8

Triadic Colors of #961aeb

#961aeb #eb961a #1aeb96

Analogous Colors of #961aeb

#961aeb #eb1ad8 #2e1aeb

Monochromatic Colors of #961aeb

#961aeb

Complementary Color

#961aeb #6feb1a

#961aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#961aeb Color CSS Codes

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

#961aeb Text Font Color

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

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


#961aeb Background Color

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

This div background color is #961aeb


#961aeb Border Color

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

This div border color is #961aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961aeb


Comments

No comments written yet.

Please login to write comment.