Color Hex Logo

#7339aa Color Hex

#7339AA
(115,57,170)
0 Favorites   0 Comments

Color spaces of #7339aa

RGB 11557170
HSL0.750.500.45
HSV271°66°67°
CMYK 0.320.660.00   0.33
XYZ15.78919.473439.0266
Yxy9.47340.24560.1474
Hunter Lab30.778937.7047-53.6325
CIE-Lab36.880246.9268-50.8954

#7339aa color RGB value is (115,57,170).

#7339aa hex color red value is 115, green value is 57 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7339aa hue: 0.75 , saturation: 0.50 and the lightness value of 7339aa is 0.45.

The process color (four color CMYK) of #7339aa color hex is 0.32, 0.66, 0.00, 0.33. Web safe color of #7339aa is #663399. Color #7339aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111001 10101010
Octal 163 71 252
Decimal 115 57 170
Hex 73 39 AA

RGB Percentages of Color #7339aa

%33.63
%16.67
%49.71

CMYK Percentages of Color #7339aa

%32
%66
%0
%33

Triadic Colors of #7339aa

#7339aa #aa7339 #39aa73

Analogous Colors of #7339aa

#7339aa #aa39a9 #3b39aa

Monochromatic Colors of #7339aa

#7339aa

Complementary Color

#7339aa #70aa39

#7339aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7339aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7339aa Color CSS Codes

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

#7339aa Text Font Color

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

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


#7339aa Background Color

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

This div background color is #7339aa


#7339aa Border Color

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

This div border color is #7339aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7339aa


Comments

No comments written yet.

Please login to write comment.