Color Hex Logo

#73416d Color Hex

#73416D
(115,65,109)
0 Favorites   0 Comments

Color spaces of #73416d

RGB 11565109
HSL0.850.280.35
HSV307°43°45°
CMYK 0.000.430.05   0.55
XYZ11.72088.529615.4966
Yxy8.52960.32790.2386
Hunter Lab29.205520.5264-11.0158
CIE-Lab35.062428.7758-16.3827

#73416d color RGB value is (115,65,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000001 01101101
Octal 163 101 155
Decimal 115 65 109
Hex 73 41 6D

RGB Percentages of Color #73416d

%39.79
%22.49
%37.72

CMYK Percentages of Color #73416d

%0
%43
%5
%55

Triadic Colors of #73416d

#73416d #6d7341 #416d73

Analogous Colors of #73416d

#73416d #734154 #604173

Monochromatic Colors of #73416d

#73416d

Complementary Color

#73416d #417347

#73416d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73416d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73416d Color CSS Codes

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

#73416d Text Font Color

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

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


#73416d Background Color

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

This div background color is #73416d


#73416d Border Color

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

This div border color is #73416d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73416d


Comments

No comments written yet.

Please login to write comment.