Color Hex Logo

#730407 Color Hex

#730407
(115,4,7)
0 Favorites   0 Comments

Color spaces of #730407

RGB 11547
HSL1.000.930.23
HSV358°97°45°
CMYK 0.000.970.94   0.55
XYZ7.15203.74700.5473
Yxy3.74700.62480.3274
Hunter Lab19.357232.076311.8737
CIE-Lab22.816843.775831.5110

#730407 color RGB value is (115,4,7).

#730407 hex color red value is 115, green value is 4 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #730407 hue: 1.00 , saturation: 0.93 and the lightness value of 730407 is 0.23.

The process color (four color CMYK) of #730407 color hex is 0.00, 0.97, 0.94, 0.55. Web safe color of #730407 is #660000. Color #730407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000100 00000111
Octal 163 4 7
Decimal 115 4 7
Hex 73 4 7

RGB Percentages of Color #730407

%91.27
%3.17
%5.56

CMYK Percentages of Color #730407

%0
%97
%94
%55

Triadic Colors of #730407

#730407 #077304 #040773

Analogous Colors of #730407

#730407 #733804 #73043f

Monochromatic Colors of #730407

#730407

Complementary Color

#730407 #047370

#730407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730407 Color CSS Codes

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

#730407 Text Font Color

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

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


#730407 Background Color

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

This div background color is #730407


#730407 Border Color

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

This div border color is #730407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730407


Comments

No comments written yet.

Please login to write comment.