Color Hex Logo

#7370aa Color Hex

#7370AA
(115,112,170)
0 Favorites   0 Comments

Color spaces of #7370aa

RGB 115112170
HSL0.680.250.55
HSV243°34°67°
CMYK 0.320.340.00   0.33
XYZ20.120118.135540.4703
Yxy18.13550.25560.2304
Hunter Lab42.58589.8090-26.5346
CIE-Lab49.660014.9718-30.5919

#7370aa color RGB value is (115,112,170).

#7370aa hex color red value is 115, green value is 112 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7370aa hue: 0.68 , saturation: 0.25 and the lightness value of 7370aa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110000 10101010
Octal 163 160 252
Decimal 115 112 170
Hex 73 70 AA

RGB Percentages of Color #7370aa

%28.97
%28.21
%42.82

CMYK Percentages of Color #7370aa

%32
%34
%0
%33

Triadic Colors of #7370aa

#7370aa #aa7370 #70aa73

Analogous Colors of #7370aa

#7370aa #9070aa #708aaa

Monochromatic Colors of #7370aa

#7370aa

Complementary Color

#7370aa #a7aa70

#7370aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7370aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7370aa Color CSS Codes

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

#7370aa Text Font Color

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

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


#7370aa Background Color

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

This div background color is #7370aa


#7370aa Border Color

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

This div border color is #7370aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7370aa


Comments

No comments written yet.

Please login to write comment.