Color Hex Logo

#7376aa Color Hex

#7376AA
(115,118,170)
0 Favorites   0 Comments

Color spaces of #7376aa

RGB 115118170
HSL0.660.240.56
HSV237°32°67°
CMYK 0.320.310.00   0.33
XYZ20.804419.504040.6983
Yxy19.50400.25680.2408
Hunter Lab44.16336.8017-23.7238
CIE-Lab51.271711.3656-28.0827

#7376aa color RGB value is (115,118,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110110 10101010
Octal 163 166 252
Decimal 115 118 170
Hex 73 76 AA

RGB Percentages of Color #7376aa

%28.54
%29.28
%42.18

CMYK Percentages of Color #7376aa

%32
%31
%0
%33

Triadic Colors of #7376aa

#7376aa #aa7376 #76aa73

Analogous Colors of #7376aa

#7376aa #8c73aa #7392aa

Monochromatic Colors of #7376aa

#7376aa

Complementary Color

#7376aa #aaa773

#7376aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7376aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7376aa Color CSS Codes

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

#7376aa Text Font Color

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

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


#7376aa Background Color

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

This div background color is #7376aa


#7376aa Border Color

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

This div border color is #7376aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7376aa


Comments

No comments written yet.

Please login to write comment.