Color Hex Logo

#730740 Color Hex

#730740
(115,7,64)
0 Favorites   0 Comments

Color spaces of #730740

RGB 115764
HSL0.910.890.24
HSV328°94°45°
CMYK 0.000.940.44   0.55
XYZ8.07164.16705.2294
Yxy4.16700.46210.2386
Hunter Lab20.413234.8576-0.8995
CIE-Lab24.216046.4294-3.3608

#730740 color RGB value is (115,7,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000111 01000000
Octal 163 7 100
Decimal 115 7 64
Hex 73 7 40

RGB Percentages of Color #730740

%61.83
%3.76
%34.41

CMYK Percentages of Color #730740

%0
%94
%44
%55

Triadic Colors of #730740

#730740 #407307 #074073

Analogous Colors of #730740

#730740 #73070a #700773

Monochromatic Colors of #730740

#730740

Complementary Color

#730740 #07733a

#730740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730740 Color CSS Codes

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

#730740 Text Font Color

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

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


#730740 Background Color

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

This div background color is #730740


#730740 Border Color

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

This div border color is #730740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730740


Comments

No comments written yet.

Please login to write comment.