Color Hex Logo

#73349f Color Hex

#73349F
(115,52,159)
0 Favorites   0 Comments

Color spaces of #73349f

RGB 11552159
HSL0.760.510.41
HSV275°67°62°
CMYK 0.280.670.00   0.38
XYZ14.55628.604033.6944
Yxy8.60400.25600.1513
Hunter Lab29.332637.2481-47.5738
CIE-Lab35.210446.7754-46.9849

#73349f color RGB value is (115,52,159).

#73349f hex color red value is 115, green value is 52 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #73349f hue: 0.76 , saturation: 0.51 and the lightness value of 73349f is 0.41.

The process color (four color CMYK) of #73349f color hex is 0.28, 0.67, 0.00, 0.38. Web safe color of #73349f is #663399. Color #73349f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110100 10011111
Octal 163 64 237
Decimal 115 52 159
Hex 73 34 9F

RGB Percentages of Color #73349f

%35.28
%15.95
%48.77

CMYK Percentages of Color #73349f

%28
%67
%0
%38

Triadic Colors of #73349f

#73349f #9f7334 #349f73

Analogous Colors of #73349f

#73349f #9f3496 #3d349f

Monochromatic Colors of #73349f

#73349f

Complementary Color

#73349f #609f34

#73349f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73349f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73349f Color CSS Codes

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

#73349f Text Font Color

<p style="color:#73349f">Text here</p>

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


#73349f Background Color

<div style="background-color:#73349f">
Div content here</div>

This div background color is #73349f


#73349f Border Color

<div style="border:3px solid #73349f">
Div here</div>

This div border color is #73349f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,52,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73349f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73349f;
  -webkit-box-shadow: 1px 1px 3px 2px #73349f;
  box-shadow:         1px 1px 3px 2px #73349f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73349f


Comments

No comments written yet.

Please login to write comment.