Color Hex Logo

#961ace Color Hex

#961ACE
(150,26,206)
0 Favorites   0 Comments

Color spaces of #961ace

RGB 15026206
HSL0.780.780.45
HSV281°87°81°
CMYK 0.270.870.00   0.19
XYZ24.087611.679159.3772
Yxy11.67910.25320.1228
Hunter Lab34.174766.0077-79.0918
CIE-Lab40.701572.0106-65.6380

#961ace color RGB value is (150,26,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011010 11001110
Octal 226 32 316
Decimal 150 26 206
Hex 96 1A CE

RGB Percentages of Color #961ace

%39.27
%6.81
%53.93

CMYK Percentages of Color #961ace

%27
%87
%0
%19

Triadic Colors of #961ace

#961ace #ce961a #1ace96

Analogous Colors of #961ace

#961ace #ce1aac #3c1ace

Monochromatic Colors of #961ace

#961ace

Complementary Color

#961ace #52ce1a

#961ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#961ace Color CSS Codes

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

#961ace Text Font Color

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

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


#961ace Background Color

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

This div background color is #961ace


#961ace Border Color

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

This div border color is #961ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961ace


Comments

No comments written yet.

Please login to write comment.