Color Hex Logo

#7375aa Color Hex

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

Color spaces of #7375aa

RGB 115117170
HSL0.660.240.56
HSV238°32°67°
CMYK 0.320.310.00   0.33
XYZ20.687219.269740.6593
Yxy19.26970.25660.2390
Hunter Lab43.89737.3004-24.1885
CIE-Lab51.001311.9645-28.5029

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

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

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

Base Numbers

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

RGB Percentages of Color #7375aa

%28.61
%29.10
%42.29

CMYK Percentages of Color #7375aa

%32
%31
%0
%33

Triadic Colors of #7375aa

#7375aa #aa7375 #75aa73

Analogous Colors of #7375aa

#7375aa #8d73aa #7391aa

Monochromatic Colors of #7375aa

#7375aa

Complementary Color

#7375aa #aaa873

#7375aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7375aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7375aa Color CSS Codes

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

#7375aa Text Font Color

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

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


#7375aa Background Color

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

This div background color is #7375aa


#7375aa Border Color

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

This div border color is #7375aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7375aa


Comments

No comments written yet.

Please login to write comment.