Color Hex Logo

#73446c Color Hex

#73446C
(115,68,108)
0 Favorites   0 Comments

Color spaces of #73446c

RGB 11568108
HSL0.860.260.36
HSV309°41°45°
CMYK 0.000.410.06   0.55
XYZ11.84418.861815.2736
Yxy8.86180.32920.2463
Hunter Lab29.768818.9244-9.5820
CIE-Lab35.716826.8244-14.7510

#73446c color RGB value is (115,68,108).

#73446c hex color red value is 115, green value is 68 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #73446c hue: 0.86 , saturation: 0.26 and the lightness value of 73446c is 0.36.

The process color (four color CMYK) of #73446c color hex is 0.00, 0.41, 0.06, 0.55. Web safe color of #73446c is #663366. Color #73446c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000100 01101100
Octal 163 104 154
Decimal 115 68 108
Hex 73 44 6C

RGB Percentages of Color #73446c

%39.52
%23.37
%37.11

CMYK Percentages of Color #73446c

%0
%41
%6
%55

Triadic Colors of #73446c

#73446c #6c7344 #446c73

Analogous Colors of #73446c

#73446c #734455 #634473

Monochromatic Colors of #73446c

#73446c

Complementary Color

#73446c #44734b

#73446c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73446c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73446c Color CSS Codes

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

#73446c Text Font Color

<p style="color:#73446c">Text here</p>

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


#73446c Background Color

<div style="background-color:#73446c">
Div content here</div>

This div background color is #73446c


#73446c Border Color

<div style="border:3px solid #73446c">
Div here</div>

This div border color is #73446c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,68,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73446c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73446c;
  -webkit-box-shadow: 1px 1px 3px 2px #73446c;
  box-shadow:         1px 1px 3px 2px #73446c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73446c


Comments

No comments written yet.

Please login to write comment.