Color Hex Logo

#961cee Color Hex

#961CEE
(150,28,238)
0 Favorites   0 Comments

Color spaces of #961cee

RGB 15028238
HSL0.760.860.52
HSV275°88°93°
CMYK 0.370.880.00   0.07
XYZ28.425513.487681.9941
Yxy13.48760.22940.1089
Hunter Lab36.725573.8894-106.6644
CIE-Lab43.488977.9516-79.3907

#961cee color RGB value is (150,28,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011100 11101110
Octal 226 34 356
Decimal 150 28 238
Hex 96 1C EE

RGB Percentages of Color #961cee

%36.06
%6.73
%57.21

CMYK Percentages of Color #961cee

%37
%88
%0
%7

Triadic Colors of #961cee

#961cee #ee961c #1cee96

Analogous Colors of #961cee

#961cee #ee1cdd #2d1cee

Monochromatic Colors of #961cee

#961cee

Complementary Color

#961cee #74ee1c

#961cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#961cee Color CSS Codes

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

#961cee Text Font Color

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

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


#961cee Background Color

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

This div background color is #961cee


#961cee Border Color

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

This div border color is #961cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961cee


Comments

No comments written yet.

Please login to write comment.