Color Hex Logo

#730730 Color Hex

#730730
(115,7,48)
0 Favorites   0 Comments

Color spaces of #730730

RGB 115748
HSL0.940.890.24
HSV337°94°45°
CMYK 0.000.940.58   0.55
XYZ7.67974.01023.1656
Yxy4.01020.51700.2699
Hunter Lab20.025533.40954.6454
CIE-Lab23.705145.01556.9590

#730730 color RGB value is (115,7,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000111 00110000
Octal 163 7 60
Decimal 115 7 48
Hex 73 7 30

RGB Percentages of Color #730730

%67.65
%4.12
%28.24

CMYK Percentages of Color #730730

%0
%94
%58
%55

Triadic Colors of #730730

#730730 #307307 #073073

Analogous Colors of #730730

#730730 #731407 #730766

Monochromatic Colors of #730730

#730730

Complementary Color

#730730 #07734a

#730730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730730 Color CSS Codes

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

#730730 Text Font Color

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

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


#730730 Background Color

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

This div background color is #730730


#730730 Border Color

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

This div border color is #730730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730730


Comments

No comments written yet.

Please login to write comment.