Color Hex Logo

#7390aa Color Hex

#7390AA
(115,144,170)
0 Favorites   0 Comments

Color spaces of #7390aa

RGB 115144170
HSL0.580.240.56
HSV208°32°67°
CMYK 0.320.150.00   0.33
XYZ24.299226.493641.8633
Yxy26.49360.26230.2859
Hunter Lab51.4719-5.8085-12.1916
CIE-Lab58.5026-3.7947-16.9773

#7390aa color RGB value is (115,144,170).

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

The process color (four color CMYK) of #7390aa color hex is 0.32, 0.15, 0.00, 0.33. Web safe color of #7390aa is #669999. Color #7390aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010000 10101010
Octal 163 220 252
Decimal 115 144 170
Hex 73 90 AA

RGB Percentages of Color #7390aa

%26.81
%33.57
%39.63

CMYK Percentages of Color #7390aa

%32
%15
%0
%33

Triadic Colors of #7390aa

#7390aa #aa7390 #90aa73

Analogous Colors of #7390aa

#7390aa #7375aa #73aaa9

Monochromatic Colors of #7390aa

#7390aa

Complementary Color

#7390aa #aa8d73

#7390aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7390aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7390aa Color CSS Codes

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

#7390aa Text Font Color

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

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


#7390aa Background Color

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

This div background color is #7390aa


#7390aa Border Color

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

This div border color is #7390aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7390aa

#7390aa Color Palettes


Comments

No comments written yet.

Please login to write comment.