Color Hex Logo

#730e05 Color Hex

#730E05
(115,14,5)
0 Favorites   0 Comments

Color spaces of #730e05

RGB 115145
HSL0.010.920.24
HSV96°45°
CMYK 0.000.880.96   0.55
XYZ7.25473.96990.5275
Yxy3.96990.61730.3378
Hunter Lab19.924630.125112.3775
CIE-Lab23.571741.527433.0958

#730e05 color RGB value is (115,14,5).

#730e05 hex color red value is 115, green value is 14 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #730e05 hue: 0.01 , saturation: 0.92 and the lightness value of 730e05 is 0.24.

The process color (four color CMYK) of #730e05 color hex is 0.00, 0.88, 0.96, 0.55. Web safe color of #730e05 is #660000. Color #730e05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001110 00000101
Octal 163 16 5
Decimal 115 14 5
Hex 73 E 5

RGB Percentages of Color #730e05

%85.82
%10.45
%3.73

CMYK Percentages of Color #730e05

%0
%88
%96
%55

Triadic Colors of #730e05

#730e05 #05730e #0e0573

Analogous Colors of #730e05

#730e05 #734505 #730533

Monochromatic Colors of #730e05

#730e05

Complementary Color

#730e05 #056a73

#730e05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730e05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730e05 Color CSS Codes

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

#730e05 Text Font Color

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

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


#730e05 Background Color

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

This div background color is #730e05


#730e05 Border Color

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

This div border color is #730e05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730e05


Comments

No comments written yet.

Please login to write comment.