Color Hex Logo

#961dec Color Hex

#961DEC
(150,29,236)
0 Favorites   0 Comments

Color spaces of #961dec

RGB 15029236
HSL0.760.840.52
HSV275°88°93°
CMYK 0.360.880.00   0.07
XYZ28.157413.418980.4629
Yxy13.41890.23070.1100
Hunter Lab36.631873.1001-104.5900
CIE-Lab43.387877.3332-78.4254

#961dec color RGB value is (150,29,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011101 11101100
Octal 226 35 354
Decimal 150 29 236
Hex 96 1D EC

RGB Percentages of Color #961dec

%36.14
%6.99
%56.87

CMYK Percentages of Color #961dec

%36
%88
%0
%7

Triadic Colors of #961dec

#961dec #ec961d #1dec96

Analogous Colors of #961dec

#961dec #ec1ddb #2f1dec

Monochromatic Colors of #961dec

#961dec

Complementary Color

#961dec #73ec1d

#961dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#961dec Color CSS Codes

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

#961dec Text Font Color

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

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


#961dec Background Color

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

This div background color is #961dec


#961dec Border Color

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

This div border color is #961dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961dec


Comments

No comments written yet.

Please login to write comment.