Color Hex Logo

#73447d Color Hex

#73447D
(115,68,125)
0 Favorites   0 Comments

Color spaces of #73447d

RGB 11568125
HSL0.800.300.38
HSV289°46°49°
CMYK 0.080.460.00   0.51
XYZ12.83909.259820.5127
Yxy9.25980.30130.2173
Hunter Lab30.429922.0604-18.6662
CIE-Lab36.479830.3415-24.1703

#73447d color RGB value is (115,68,125).

#73447d hex color red value is 115, green value is 68 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #73447d hue: 0.80 , saturation: 0.30 and the lightness value of 73447d is 0.38.

The process color (four color CMYK) of #73447d color hex is 0.08, 0.46, 0.00, 0.51. Web safe color of #73447d is #663366. Color #73447d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000100 01111101
Octal 163 104 175
Decimal 115 68 125
Hex 73 44 7D

RGB Percentages of Color #73447d

%37.34
%22.08
%40.58

CMYK Percentages of Color #73447d

%8
%46
%0
%51

Triadic Colors of #73447d

#73447d #7d7344 #447d73

Analogous Colors of #73447d

#73447d #7d446b #57447d

Monochromatic Colors of #73447d

#73447d

Complementary Color

#73447d #4e7d44

#73447d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73447d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73447d Color CSS Codes

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

#73447d Text Font Color

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

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


#73447d Background Color

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

This div background color is #73447d


#73447d Border Color

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

This div border color is #73447d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73447d


Comments

No comments written yet.

Please login to write comment.