Color Hex Logo

#73496f Color Hex

#73496F
(115,73,111)
0 Favorites   0 Comments

Color spaces of #73496f

RGB 11573111
HSL0.850.220.37
HSV306°37°45°
CMYK 0.000.370.03   0.55
XYZ12.32209.557616.2343
Yxy9.55760.32330.2508
Hunter Lab30.915417.0432-9.4936
CIE-Lab37.036424.4513-14.6104

#73496f color RGB value is (115,73,111).

#73496f hex color red value is 115, green value is 73 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #73496f hue: 0.85 , saturation: 0.22 and the lightness value of 73496f is 0.37.

The process color (four color CMYK) of #73496f color hex is 0.00, 0.37, 0.03, 0.55. Web safe color of #73496f is #663366. Color #73496f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001001 01101111
Octal 163 111 157
Decimal 115 73 111
Hex 73 49 6F

RGB Percentages of Color #73496f

%38.46
%24.41
%37.12

CMYK Percentages of Color #73496f

%0
%37
%3
%55

Triadic Colors of #73496f

#73496f #6f7349 #496f73

Analogous Colors of #73496f

#73496f #73495a #624973

Monochromatic Colors of #73496f

#73496f

Complementary Color

#73496f #49734d

#73496f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73496f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73496f Color CSS Codes

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

#73496f Text Font Color

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

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


#73496f Background Color

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

This div background color is #73496f


#73496f Border Color

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

This div border color is #73496f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73496f


Comments

No comments written yet.

Please login to write comment.