Color Hex Logo

#7339ac Color Hex

#7339AC
(115,57,172)
1 Favorites   0 Comments

Color spaces of #7339ac

RGB 11557172
HSL0.750.500.45
HSV270°67°67°
CMYK 0.330.670.00   0.33
XYZ15.97989.549740.0308
Yxy9.54970.24370.1457
Hunter Lab30.902638.2232-55.1717
CIE-Lab37.021847.4187-51.8595

#7339ac color RGB value is (115,57,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111001 10101100
Octal 163 71 254
Decimal 115 57 172
Hex 73 39 AC

RGB Percentages of Color #7339ac

%33.43
%16.57
%50.00

CMYK Percentages of Color #7339ac

%33
%67
%0
%33

Triadic Colors of #7339ac

#7339ac #ac7339 #39ac73

Analogous Colors of #7339ac

#7339ac #ac39ac #3939ac

Monochromatic Colors of #7339ac

#7339ac

Complementary Color

#7339ac #72ac39

#7339ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7339ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7339ac Color CSS Codes

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

#7339ac Text Font Color

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

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


#7339ac Background Color

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

This div background color is #7339ac


#7339ac Border Color

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

This div border color is #7339ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,57,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7339ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7339ac


Comments

No comments written yet.

Please login to write comment.