Color Hex Logo

#961bae Color Hex

#961BAE
(150,27,174)
0 Favorites   0 Comments

Color spaces of #961bae

RGB 15027174
HSL0.810.730.39
HSV290°84°68°
CMYK 0.140.840.00   0.32
XYZ20.609610.323940.9509
Yxy10.32390.28670.1436
Hunter Lab32.130858.2659-53.0738
CIE-Lab38.417665.8279-50.5424

#961bae color RGB value is (150,27,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011011 10101110
Octal 226 33 256
Decimal 150 27 174
Hex 96 1B AE

RGB Percentages of Color #961bae

%42.74
%7.69
%49.57

CMYK Percentages of Color #961bae

%14
%84
%0
%32

Triadic Colors of #961bae

#961bae #ae961b #1bae96

Analogous Colors of #961bae

#961bae #ae1b7d #4c1bae

Monochromatic Colors of #961bae

#961bae

Complementary Color

#961bae #33ae1b

#961bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#961bae Color CSS Codes

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

#961bae Text Font Color

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

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


#961bae Background Color

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

This div background color is #961bae


#961bae Border Color

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

This div border color is #961bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961bae


Comments

No comments written yet.

Please login to write comment.