Color Hex Logo

#7380aa Color Hex

#7380AA
(115,128,170)
0 Favorites   0 Comments

Color spaces of #7380aa

RGB 115128170
HSL0.630.240.56
HSV226°32°67°
CMYK 0.320.250.00   0.33
XYZ22.045121.985541.1119
Yxy21.98550.25890.2582
Hunter Lab46.88871.8680-19.1632
CIE-Lab54.01165.4305-23.8451

#7380aa color RGB value is (115,128,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000000 10101010
Octal 163 200 252
Decimal 115 128 170
Hex 73 80 AA

RGB Percentages of Color #7380aa

%27.85
%30.99
%41.16

CMYK Percentages of Color #7380aa

%32
%25
%0
%33

Triadic Colors of #7380aa

#7380aa #aa7380 #80aa73

Analogous Colors of #7380aa

#7380aa #8273aa #739caa

Monochromatic Colors of #7380aa

#7380aa

Complementary Color

#7380aa #aa9d73

#7380aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7380aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7380aa Color CSS Codes

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

#7380aa Text Font Color

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

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


#7380aa Background Color

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

This div background color is #7380aa


#7380aa Border Color

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

This div border color is #7380aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7380aa

#7380aa Color Palettes


Comments

No comments written yet.

Please login to write comment.