Color Hex Logo

#73537a Color Hex

#73537A
(115,83,122)
0 Favorites   0 Comments

Color spaces of #73537a

RGB 11583122
HSL0.800.190.40
HSV289°32°48°
CMYK 0.060.320.00   0.52
XYZ13.676311.236519.8604
Yxy11.23650.30550.2510
Hunter Lab33.520914.1653-11.6634
CIE-Lab39.976020.7316-16.9140

#73537a color RGB value is (115,83,122).

#73537a hex color red value is 115, green value is 83 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #73537a hue: 0.80 , saturation: 0.19 and the lightness value of 73537a is 0.40.

The process color (four color CMYK) of #73537a color hex is 0.06, 0.32, 0.00, 0.52. Web safe color of #73537a is #666666. Color #73537a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 01111010
Octal 163 123 172
Decimal 115 83 122
Hex 73 53 7A

RGB Percentages of Color #73537a

%35.94
%25.94
%38.13

CMYK Percentages of Color #73537a

%6
%32
%0
%52

Triadic Colors of #73537a

#73537a #7a7353 #537a73

Analogous Colors of #73537a

#73537a #7a536e #60537a

Monochromatic Colors of #73537a

#73537a

Complementary Color

#73537a #5a7a53

#73537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73537a Color CSS Codes

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

#73537a Text Font Color

<p style="color:#73537a">Text here</p>

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


#73537a Background Color

<div style="background-color:#73537a">
Div content here</div>

This div background color is #73537a


#73537a Border Color

<div style="border:3px solid #73537a">
Div here</div>

This div border color is #73537a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,83,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73537a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73537a;
  -webkit-box-shadow: 1px 1px 3px 2px #73537a;
  box-shadow:         1px 1px 3px 2px #73537a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73537a


Comments

No comments written yet.

Please login to write comment.