Color Hex Logo

#73406f Color Hex

#73406F
(115,64,111)
0 Favorites   0 Comments

Color spaces of #73406f

RGB 11564111
HSL0.850.280.35
HSV305°44°45°
CMYK 0.000.440.03   0.55
XYZ11.77298.459316.0512
Yxy8.45930.32450.2331
Hunter Lab29.084921.3542-12.3612
CIE-Lab34.921729.7503-17.8563

#73406f color RGB value is (115,64,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000000 01101111
Octal 163 100 157
Decimal 115 64 111
Hex 73 40 6F

RGB Percentages of Color #73406f

%39.66
%22.07
%38.28

CMYK Percentages of Color #73406f

%0
%44
%3
%55

Triadic Colors of #73406f

#73406f #6f7340 #406f73

Analogous Colors of #73406f

#73406f #734056 #5e4073

Monochromatic Colors of #73406f

#73406f

Complementary Color

#73406f #407344

#73406f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73406f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73406f Color CSS Codes

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

#73406f Text Font Color

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

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


#73406f Background Color

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

This div background color is #73406f


#73406f Border Color

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

This div border color is #73406f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,64,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 #73406f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73406f


Comments

No comments written yet.

Please login to write comment.