Color Hex Logo

#961acc Color Hex

#961ACC
(150,26,204)
0 Favorites   0 Comments

Color spaces of #961acc

RGB 15026204
HSL0.780.770.45
HSV282°87°80°
CMYK 0.260.870.00   0.20
XYZ23.846211.582558.1055
Yxy11.58250.25490.1238
Hunter Lab34.033165.5130-77.4041
CIE-Lab40.544771.6257-64.7333

#961acc color RGB value is (150,26,204).

#961acc hex color red value is 150, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #961acc hue: 0.78 , saturation: 0.77 and the lightness value of 961acc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011010 11001100
Octal 226 32 314
Decimal 150 26 204
Hex 96 1A CC

RGB Percentages of Color #961acc

%39.47
%6.84
%53.68

CMYK Percentages of Color #961acc

%26
%87
%0
%20

Triadic Colors of #961acc

#961acc #cc961a #1acc96

Analogous Colors of #961acc

#961acc #cc1aa9 #3d1acc

Monochromatic Colors of #961acc

#961acc

Complementary Color

#961acc #50cc1a

#961acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#961acc Color CSS Codes

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

#961acc Text Font Color

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

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


#961acc Background Color

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

This div background color is #961acc


#961acc Border Color

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

This div border color is #961acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961acc


Comments

No comments written yet.

Please login to write comment.