Color Hex Logo

#965aaa Color Hex

#965AAA
(150,90,170)
0 Favorites   0 Comments

Color spaces of #965aaa

RGB 15090170
HSL0.790.320.51
HSV285°47°67°
CMYK 0.120.470.00   0.33
XYZ23.489516.698640.0153
Yxy16.69860.29290.2082
Hunter Lab40.863931.0940-29.4540
CIE-Lab47.878038.4364-33.1234

#965aaa color RGB value is (150,90,170).

#965aaa hex color red value is 150, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #965aaa hue: 0.79 , saturation: 0.32 and the lightness value of 965aaa is 0.51.

The process color (four color CMYK) of #965aaa color hex is 0.12, 0.47, 0.00, 0.33. Web safe color of #965aaa is #996699. Color #965aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011010 10101010
Octal 226 132 252
Decimal 150 90 170
Hex 96 5A AA

RGB Percentages of Color #965aaa

%36.59
%21.95
%41.46

CMYK Percentages of Color #965aaa

%12
%47
%0
%33

Triadic Colors of #965aaa

#965aaa #aa965a #5aaa96

Analogous Colors of #965aaa

#965aaa #aa5a96 #6e5aaa

Monochromatic Colors of #965aaa

#965aaa

Complementary Color

#965aaa #6eaa5a

#965aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#965aaa Color CSS Codes

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

#965aaa Text Font Color

<p style="color:#965aaa">Text here</p>

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


#965aaa Background Color

<div style="background-color:#965aaa">
Div content here</div>

This div background color is #965aaa


#965aaa Border Color

<div style="border:3px solid #965aaa">
Div here</div>

This div border color is #965aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,90,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 #965aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965aaa


Comments

No comments written yet.

Please login to write comment.