Color Hex Logo

#73426d Color Hex

#73426D
(115,66,109)
0 Favorites   0 Comments

Color spaces of #73426d

RGB 11566109
HSL0.850.270.35
HSV307°43°45°
CMYK 0.000.430.05   0.55
XYZ11.77888.645415.5159
Yxy8.64540.32770.2406
Hunter Lab29.403120.0513-10.7050
CIE-Lab35.292428.1940-16.0294

#73426d color RGB value is (115,66,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000010 01101101
Octal 163 102 155
Decimal 115 66 109
Hex 73 42 6D

RGB Percentages of Color #73426d

%39.66
%22.76
%37.59

CMYK Percentages of Color #73426d

%0
%43
%5
%55

Triadic Colors of #73426d

#73426d #6d7342 #426d73

Analogous Colors of #73426d

#73426d #734254 #614273

Monochromatic Colors of #73426d

#73426d

Complementary Color

#73426d #427348

#73426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73426d Color CSS Codes

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

#73426d Text Font Color

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

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


#73426d Background Color

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

This div background color is #73426d


#73426d Border Color

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

This div border color is #73426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73426d


Comments

No comments written yet.

Please login to write comment.