Color Hex Logo

#961aac Color Hex

#961AAC
(150,26,172)
0 Favorites   0 Comments

Color spaces of #961aac

RGB 15026172
HSL0.810.740.39
HSV291°85°67°
CMYK 0.130.850.00   0.33
XYZ20.393510.201439.9239
Yxy10.20140.28920.1447
Hunter Lab31.939658.0782-51.7536
CIE-Lab38.201565.7058-49.6979

#961aac color RGB value is (150,26,172).

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

The process color (four color CMYK) of #961aac color hex is 0.13, 0.85, 0.00, 0.33. Web safe color of #961aac is #993399. Color #961aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011010 10101100
Octal 226 32 254
Decimal 150 26 172
Hex 96 1A AC

RGB Percentages of Color #961aac

%43.10
%7.47
%49.43

CMYK Percentages of Color #961aac

%13
%85
%0
%33

Triadic Colors of #961aac

#961aac #ac961a #1aac96

Analogous Colors of #961aac

#961aac #ac1a79 #4d1aac

Monochromatic Colors of #961aac

#961aac

Complementary Color

#961aac #30ac1a

#961aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#961aac Color CSS Codes

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

#961aac Text Font Color

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

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


#961aac Background Color

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

This div background color is #961aac


#961aac Border Color

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

This div border color is #961aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961aac


Comments

No comments written yet.

Please login to write comment.