Color Hex Logo

#730831 Color Hex

#730831
(115,8,49)
0 Favorites   0 Comments

Color spaces of #730831

RGB 115849
HSL0.940.870.24
HSV337°93°45°
CMYK 0.000.930.57   0.55
XYZ7.71144.04033.2791
Yxy4.04030.51300.2688
Hunter Lab20.100533.30434.3981
CIE-Lab23.804244.88546.4035

#730831 color RGB value is (115,8,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001000 00110001
Octal 163 10 61
Decimal 115 8 49
Hex 73 8 31

RGB Percentages of Color #730831

%66.86
%4.65
%28.49

CMYK Percentages of Color #730831

%0
%93
%57
%55

Triadic Colors of #730831

#730831 #317308 #083173

Analogous Colors of #730831

#730831 #731508 #730867

Monochromatic Colors of #730831

#730831

Complementary Color

#730831 #08734a

#730831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730831 Color CSS Codes

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

#730831 Text Font Color

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

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


#730831 Background Color

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

This div background color is #730831


#730831 Border Color

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

This div border color is #730831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730831


Comments

No comments written yet.

Please login to write comment.