Color Hex Logo

#960eaa Color Hex

#960EAA
(150,14,170)
0 Favorites   0 Comments

Color spaces of #960eaa

RGB 15014170
HSL0.810.850.36
HSV292°92°67°
CMYK 0.120.920.00   0.33
XYZ19.99049.700438.8490
Yxy9.70040.29170.1415
Hunter Lab31.145560.0638-52.1530
CIE-Lab37.299367.6093-49.9571

#960eaa color RGB value is (150,14,170).

#960eaa hex color red value is 150, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #960eaa hue: 0.81 , saturation: 0.85 and the lightness value of 960eaa is 0.36.

The process color (four color CMYK) of #960eaa color hex is 0.12, 0.92, 0.00, 0.33. Web safe color of #960eaa is #990099. Color #960eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001110 10101010
Octal 226 16 252
Decimal 150 14 170
Hex 96 E AA

RGB Percentages of Color #960eaa

%44.91
%4.19
%50.90

CMYK Percentages of Color #960eaa

%12
%92
%0
%33

Triadic Colors of #960eaa

#960eaa #aa960e #0eaa96

Analogous Colors of #960eaa

#960eaa #aa0e70 #480eaa

Monochromatic Colors of #960eaa

#960eaa

Complementary Color

#960eaa #22aa0e

#960eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#960eaa Color CSS Codes

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

#960eaa Text Font Color

<p style="color:#960eaa">Text here</p>

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


#960eaa Background Color

<div style="background-color:#960eaa">
Div content here</div>

This div background color is #960eaa


#960eaa Border Color

<div style="border:3px solid #960eaa">
Div here</div>

This div border color is #960eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960eaa


Comments

No comments written yet.

Please login to write comment.