Color Hex Logo

#962caa Color Hex

#962CAA
(150,44,170)
0 Favorites   0 Comments

Color spaces of #962caa

RGB 15044170
HSL0.810.590.42
HSV290°74°67°
CMYK 0.120.740.00   0.33
XYZ20.734111.187739.0968
Yxy11.18770.29200.1575
Hunter Lab33.448052.1164-45.8894
CIE-Lab39.894860.0642-45.7829

#962caa color RGB value is (150,44,170).

#962caa hex color red value is 150, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #962caa hue: 0.81 , saturation: 0.59 and the lightness value of 962caa is 0.42.

The process color (four color CMYK) of #962caa color hex is 0.12, 0.74, 0.00, 0.33. Web safe color of #962caa is #993399. Color #962caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101100 10101010
Octal 226 54 252
Decimal 150 44 170
Hex 96 2C AA

RGB Percentages of Color #962caa

%41.21
%12.09
%46.70

CMYK Percentages of Color #962caa

%12
%74
%0
%33

Triadic Colors of #962caa

#962caa #aa962c #2caa96

Analogous Colors of #962caa

#962caa #aa2c7f #572caa

Monochromatic Colors of #962caa

#962caa

Complementary Color

#962caa #40aa2c

#962caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#962caa Color CSS Codes

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

#962caa Text Font Color

<p style="color:#962caa">Text here</p>

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


#962caa Background Color

<div style="background-color:#962caa">
Div content here</div>

This div background color is #962caa


#962caa Border Color

<div style="border:3px solid #962caa">
Div here</div>

This div border color is #962caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,44,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #962caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #962caa;
  -webkit-box-shadow: 1px 1px 3px 2px #962caa;
  box-shadow:         1px 1px 3px 2px #962caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962caa


Comments

No comments written yet.

Please login to write comment.