Color Hex Logo

#7573aa Color Hex

#7573AA
(117,115,170)
0 Favorites   0 Comments

Color spaces of #7573aa

RGB 117115170
HSL0.670.240.56
HSV242°32°67°
CMYK 0.310.320.00   0.33
XYZ20.722618.945740.5949
Yxy18.94570.25820.2360
Hunter Lab43.52678.8104-24.8278
CIE-Lab50.623613.7637-29.0780

#7573aa color RGB value is (117,115,170).

#7573aa hex color red value is 117, green value is 115 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7573aa hue: 0.67 , saturation: 0.24 and the lightness value of 7573aa is 0.56.

The process color (four color CMYK) of #7573aa color hex is 0.31, 0.32, 0.00, 0.33. Web safe color of #7573aa is #666699. Color #7573aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110011 10101010
Octal 165 163 252
Decimal 117 115 170
Hex 75 73 AA

RGB Percentages of Color #7573aa

%29.10
%28.61
%42.29

CMYK Percentages of Color #7573aa

%31
%32
%0
%33

Triadic Colors of #7573aa

#7573aa #aa7573 #73aa75

Analogous Colors of #7573aa

#7573aa #9173aa #738daa

Monochromatic Colors of #7573aa

#7573aa

Complementary Color

#7573aa #a8aa73

#7573aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7573aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7573aa Color CSS Codes

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

#7573aa Text Font Color

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

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


#7573aa Background Color

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

This div background color is #7573aa


#7573aa Border Color

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

This div border color is #7573aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7573aa


Comments

No comments written yet.

Please login to write comment.