Color Hex Logo

#7337aa Color Hex

#7337AA
(115,55,170)
0 Favorites   0 Comments

Color spaces of #7337aa

RGB 11555170
HSL0.750.510.44
HSV271°68°67°
CMYK 0.320.680.00   0.33
XYZ15.69219.279538.9943
Yxy9.27950.24530.1451
Hunter Lab30.462338.6421-54.5727
CIE-Lab36.517047.9286-51.4825

#7337aa color RGB value is (115,55,170).

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

The process color (four color CMYK) of #7337aa color hex is 0.32, 0.68, 0.00, 0.33. Web safe color of #7337aa is #663399. Color #7337aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110111 10101010
Octal 163 67 252
Decimal 115 55 170
Hex 73 37 AA

RGB Percentages of Color #7337aa

%33.82
%16.18
%50.00

CMYK Percentages of Color #7337aa

%32
%68
%0
%33

Triadic Colors of #7337aa

#7337aa #aa7337 #37aa73

Analogous Colors of #7337aa

#7337aa #aa37a8 #3a37aa

Monochromatic Colors of #7337aa

#7337aa

Complementary Color

#7337aa #6eaa37

#7337aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7337aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7337aa Color CSS Codes

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

#7337aa Text Font Color

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

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


#7337aa Background Color

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

This div background color is #7337aa


#7337aa Border Color

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

This div border color is #7337aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7337aa


Comments

No comments written yet.

Please login to write comment.