Color Hex Logo

#961abd Color Hex

#961ABD
(150,26,189)
0 Favorites   0 Comments

Color spaces of #961abd

RGB 15026189
HSL0.790.760.42
HSV286°86°74°
CMYK 0.210.860.00   0.26
XYZ22.132410.896949.0809
Yxy10.89690.26950.1327
Hunter Lab33.010561.9100-65.0468
CIE-Lab39.406368.7895-57.8209

#961abd color RGB value is (150,26,189).

#961abd hex color red value is 150, green value is 26 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #961abd hue: 0.79 , saturation: 0.76 and the lightness value of 961abd is 0.42.

The process color (four color CMYK) of #961abd color hex is 0.21, 0.86, 0.00, 0.26. Web safe color of #961abd is #9933cc. Color #961abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011010 10111101
Octal 226 32 275
Decimal 150 26 189
Hex 96 1A BD

RGB Percentages of Color #961abd

%41.10
%7.12
%51.78

CMYK Percentages of Color #961abd

%21
%86
%0
%26

Triadic Colors of #961abd

#961abd #bd961a #1abd96

Analogous Colors of #961abd

#961abd #bd1a93 #441abd

Monochromatic Colors of #961abd

#961abd

Complementary Color

#961abd #41bd1a

#961abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#961abd Color CSS Codes

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

#961abd Text Font Color

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

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


#961abd Background Color

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

This div background color is #961abd


#961abd Border Color

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

This div border color is #961abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961abd


Comments

No comments written yet.

Please login to write comment.