Color Hex Logo

#9737aa Color Hex

#9737AA
(151,55,170)
0 Favorites   0 Comments

Color spaces of #9737aa

RGB 15155170
HSL0.810.510.44
HSV290°68°67°
CMYK 0.110.680.00   0.33
XYZ21.384412.214039.2607
Yxy12.21400.29350.1676
Hunter Lab34.948548.0611-42.1416
CIE-Lab41.554256.0259-43.1203

#9737aa color RGB value is (151,55,170).

#9737aa hex color red value is 151, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9737aa hue: 0.81 , saturation: 0.51 and the lightness value of 9737aa is 0.44.

The process color (four color CMYK) of #9737aa color hex is 0.11, 0.68, 0.00, 0.33. Web safe color of #9737aa is #993399. Color #9737aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110111 10101010
Octal 227 67 252
Decimal 151 55 170
Hex 97 37 AA

RGB Percentages of Color #9737aa

%40.16
%14.63
%45.21

CMYK Percentages of Color #9737aa

%11
%68
%0
%33

Triadic Colors of #9737aa

#9737aa #aa9737 #37aa97

Analogous Colors of #9737aa

#9737aa #aa3784 #5e37aa

Monochromatic Colors of #9737aa

#9737aa

Complementary Color

#9737aa #4aaa37

#9737aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9737aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9737aa Color CSS Codes

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

#9737aa Text Font Color

<p style="color:#9737aa">Text here</p>

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


#9737aa Background Color

<div style="background-color:#9737aa">
Div content here</div>

This div background color is #9737aa


#9737aa Border Color

<div style="border:3px solid #9737aa">
Div here</div>

This div border color is #9737aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9737aa


Comments

No comments written yet.

Please login to write comment.