Color Hex Logo

#730747 Color Hex

#730747
(115,7,71)
0 Favorites   0 Comments

Color spaces of #730747

RGB 115771
HSL0.900.890.24
HSV324°94°45°
CMYK 0.000.940.38   0.55
XYZ8.28354.25176.3453
Yxy4.25170.43870.2252
Hunter Lab20.619735.6241-3.8116
CIE-Lab24.486747.1694-7.7357

#730747 color RGB value is (115,7,71).

#730747 hex color red value is 115, green value is 7 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #730747 hue: 0.90 , saturation: 0.89 and the lightness value of 730747 is 0.24.

The process color (four color CMYK) of #730747 color hex is 0.00, 0.94, 0.38, 0.55. Web safe color of #730747 is #660033. Color #730747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000111 01000111
Octal 163 7 107
Decimal 115 7 71
Hex 73 7 47

RGB Percentages of Color #730747

%59.59
%3.63
%36.79

CMYK Percentages of Color #730747

%0
%94
%38
%55

Triadic Colors of #730747

#730747 #477307 #074773

Analogous Colors of #730747

#730747 #730711 #690773

Monochromatic Colors of #730747

#730747

Complementary Color

#730747 #077333

#730747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730747 Color CSS Codes

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

#730747 Text Font Color

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

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


#730747 Background Color

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

This div background color is #730747


#730747 Border Color

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

This div border color is #730747


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,7,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #730747; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #730747;
  -webkit-box-shadow: 1px 1px 3px 2px #730747;
  box-shadow:         1px 1px 3px 2px #730747; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730747


Comments

No comments written yet.

Please login to write comment.