Color Hex Logo

#73467e Color Hex

#73467E
(115,70,126)
0 Favorites   0 Comments

Color spaces of #73467e

RGB 11570126
HSL0.800.290.38
HSV288°44°49°
CMYK 0.090.440.00   0.51
XYZ13.02639.531520.8919
Yxy9.53150.29980.2194
Hunter Lab30.873121.2865-18.5105
CIE-Lab36.988129.3919-23.9961

#73467e color RGB value is (115,70,126).

#73467e hex color red value is 115, green value is 70 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #73467e hue: 0.80 , saturation: 0.29 and the lightness value of 73467e is 0.38.

The process color (four color CMYK) of #73467e color hex is 0.09, 0.44, 0.00, 0.51. Web safe color of #73467e is #663366. Color #73467e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000110 01111110
Octal 163 106 176
Decimal 115 70 126
Hex 73 46 7E

RGB Percentages of Color #73467e

%36.98
%22.51
%40.51

CMYK Percentages of Color #73467e

%9
%44
%0
%51

Triadic Colors of #73467e

#73467e #7e7346 #467e73

Analogous Colors of #73467e

#73467e #7e466d #57467e

Monochromatic Colors of #73467e

#73467e

Complementary Color

#73467e #517e46

#73467e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73467e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73467e Color CSS Codes

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

#73467e Text Font Color

<p style="color:#73467e">Text here</p>

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


#73467e Background Color

<div style="background-color:#73467e">
Div content here</div>

This div background color is #73467e


#73467e Border Color

<div style="border:3px solid #73467e">
Div here</div>

This div border color is #73467e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,70,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73467e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73467e;
  -webkit-box-shadow: 1px 1px 3px 2px #73467e;
  box-shadow:         1px 1px 3px 2px #73467e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73467e

#73467e Color Palettes


Comments

No comments written yet.

Please login to write comment.