Color Hex Logo

#730830 Color Hex

#730830
(115,8,48)
0 Favorites   0 Comments

Color spaces of #730830

RGB 115848
HSL0.940.870.24
HSV338°93°45°
CMYK 0.000.930.58   0.55
XYZ7.69064.03193.1692
Yxy4.03190.51640.2707
Hunter Lab20.079633.22724.6979
CIE-Lab23.776644.80967.0589

#730830 color RGB value is (115,8,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001000 00110000
Octal 163 10 60
Decimal 115 8 48
Hex 73 8 30

RGB Percentages of Color #730830

%67.25
%4.68
%28.07

CMYK Percentages of Color #730830

%0
%93
%58
%55

Triadic Colors of #730830

#730830 #307308 #083073

Analogous Colors of #730830

#730830 #731608 #730866

Monochromatic Colors of #730830

#730830

Complementary Color

#730830 #08734b

#730830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730830 Color CSS Codes

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

#730830 Text Font Color

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

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


#730830 Background Color

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

This div background color is #730830


#730830 Border Color

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

This div border color is #730830


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,8,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 #730830">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730830


Comments

No comments written yet.

Please login to write comment.