Color Hex Logo

#73416f Color Hex

#73416F
(115,65,111)
0 Favorites   0 Comments

Color spaces of #73416f

RGB 11565111
HSL0.850.280.35
HSV305°43°45°
CMYK 0.000.430.03   0.55
XYZ11.82988.573116.0702
Yxy8.57310.32430.2351
Hunter Lab29.279920.8787-12.0453
CIE-Lab35.149029.1713-17.5061

#73416f color RGB value is (115,65,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000001 01101111
Octal 163 101 157
Decimal 115 65 111
Hex 73 41 6F

RGB Percentages of Color #73416f

%39.52
%22.34
%38.14

CMYK Percentages of Color #73416f

%0
%43
%3
%55

Triadic Colors of #73416f

#73416f #6f7341 #416f73

Analogous Colors of #73416f

#73416f #734156 #5e4173

Monochromatic Colors of #73416f

#73416f

Complementary Color

#73416f #417345

#73416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73416f Color CSS Codes

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

#73416f Text Font Color

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

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


#73416f Background Color

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

This div background color is #73416f


#73416f Border Color

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

This div border color is #73416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73416f


Comments

No comments written yet.

Please login to write comment.