Color Hex Logo

#973aaa Color Hex

#973AAA
(151,58,170)
0 Favorites   0 Comments

Color spaces of #973aaa

RGB 15158170
HSL0.810.490.45
HSV290°66°67°
CMYK 0.110.660.00   0.33
XYZ21.531312.507739.3096
Yxy12.50770.29350.1705
Hunter Lab35.366246.7816-41.1445
CIE-Lab42.011954.7480-42.3902

#973aaa color RGB value is (151,58,170).

#973aaa hex color red value is 151, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #973aaa hue: 0.81 , saturation: 0.49 and the lightness value of 973aaa is 0.45.

The process color (four color CMYK) of #973aaa color hex is 0.11, 0.66, 0.00, 0.33. Web safe color of #973aaa is #993399. Color #973aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111010 10101010
Octal 227 72 252
Decimal 151 58 170
Hex 97 3A AA

RGB Percentages of Color #973aaa

%39.84
%15.30
%44.85

CMYK Percentages of Color #973aaa

%11
%66
%0
%33

Triadic Colors of #973aaa

#973aaa #aa973a #3aaa97

Analogous Colors of #973aaa

#973aaa #aa3a85 #5f3aaa

Monochromatic Colors of #973aaa

#973aaa

Complementary Color

#973aaa #4daa3a

#973aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#973aaa Color CSS Codes

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

#973aaa Text Font Color

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

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


#973aaa Background Color

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

This div background color is #973aaa


#973aaa Border Color

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

This div border color is #973aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973aaa


Comments

No comments written yet.

Please login to write comment.