Color Hex Logo

#73466a Color Hex

#73466A
(115,70,106)
0 Favorites   0 Comments

Color spaces of #73466a

RGB 11570106
HSL0.870.240.36
HSV312°39°45°
CMYK 0.000.390.08   0.55
XYZ11.86199.065814.7603
Yxy9.06580.33240.2540
Hunter Lab30.109517.6301-7.9886
CIE-Lab36.110725.2519-12.8945

#73466a color RGB value is (115,70,106).

#73466a hex color red value is 115, green value is 70 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #73466a hue: 0.87 , saturation: 0.24 and the lightness value of 73466a is 0.36.

The process color (four color CMYK) of #73466a color hex is 0.00, 0.39, 0.08, 0.55. Web safe color of #73466a is #663366. Color #73466a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000110 01101010
Octal 163 106 152
Decimal 115 70 106
Hex 73 46 6A

RGB Percentages of Color #73466a

%39.52
%24.05
%36.43

CMYK Percentages of Color #73466a

%0
%39
%8
%55

Triadic Colors of #73466a

#73466a #6a7346 #466a73

Analogous Colors of #73466a

#73466a #734654 #664673

Monochromatic Colors of #73466a

#73466a

Complementary Color

#73466a #46734f

#73466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73466a Color CSS Codes

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

#73466a Text Font Color

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

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


#73466a Background Color

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

This div background color is #73466a


#73466a Border Color

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

This div border color is #73466a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73466a


Comments

No comments written yet.

Please login to write comment.