Color Hex Logo

#73597f Color Hex

#73597F
(115,89,127)
0 Favorites   0 Comments

Color spaces of #73597f

RGB 11589127
HSL0.780.180.42
HSV281°30°50°
CMYK 0.090.300.00   0.50
XYZ14.473412.321921.6942
Yxy12.32190.29850.2541
Hunter Lab35.102612.1692-12.0708
CIE-Lab41.723218.1947-17.2902

#73597f color RGB value is (115,89,127).

#73597f hex color red value is 115, green value is 89 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #73597f hue: 0.78 , saturation: 0.18 and the lightness value of 73597f is 0.42.

The process color (four color CMYK) of #73597f color hex is 0.09, 0.30, 0.00, 0.50. Web safe color of #73597f is #666666. Color #73597f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011001 01111111
Octal 163 131 177
Decimal 115 89 127
Hex 73 59 7F

RGB Percentages of Color #73597f

%34.74
%26.89
%38.37

CMYK Percentages of Color #73597f

%9
%30
%0
%50

Triadic Colors of #73597f

#73597f #7f7359 #597f73

Analogous Colors of #73597f

#73597f #7f5978 #60597f

Monochromatic Colors of #73597f

#73597f

Complementary Color

#73597f #657f59

#73597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73597f Color CSS Codes

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

#73597f Text Font Color

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

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


#73597f Background Color

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

This div background color is #73597f


#73597f Border Color

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

This div border color is #73597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73597f


Comments

No comments written yet.

Please login to write comment.