Color Hex Logo

#961cae Color Hex

#961CAE
(150,28,174)
0 Favorites   0 Comments

Color spaces of #961cae

RGB 15028174
HSL0.810.720.40
HSV290°84°68°
CMYK 0.140.840.00   0.32
XYZ20.632910.370540.9586
Yxy10.37050.28670.1441
Hunter Lab32.203358.0107-52.8673
CIE-Lab38.499365.5887-50.4105

#961cae color RGB value is (150,28,174).

#961cae hex color red value is 150, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #961cae hue: 0.81 , saturation: 0.72 and the lightness value of 961cae is 0.40.

The process color (four color CMYK) of #961cae color hex is 0.14, 0.84, 0.00, 0.32. Web safe color of #961cae is #993399. Color #961cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011100 10101110
Octal 226 34 256
Decimal 150 28 174
Hex 96 1C AE

RGB Percentages of Color #961cae

%42.61
%7.95
%49.43

CMYK Percentages of Color #961cae

%14
%84
%0
%32

Triadic Colors of #961cae

#961cae #ae961c #1cae96

Analogous Colors of #961cae

#961cae #ae1c7d #4d1cae

Monochromatic Colors of #961cae

#961cae

Complementary Color

#961cae #34ae1c

#961cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#961cae Color CSS Codes

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

#961cae Text Font Color

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

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


#961cae Background Color

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

This div background color is #961cae


#961cae Border Color

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

This div border color is #961cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961cae


Comments

No comments written yet.

Please login to write comment.