Color Hex Logo

#730829 Color Hex

#730829
(115,8,41)
0 Favorites   0 Comments

Color spaces of #730829

RGB 115841
HSL0.950.870.24
HSV341°93°45°
CMYK 0.000.930.64   0.55
XYZ7.55733.97862.4675
Yxy3.97860.53970.2841
Hunter Lab19.946432.72386.6279
CIE-Lab23.600644.311711.6795

#730829 color RGB value is (115,8,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001000 00101001
Octal 163 10 51
Decimal 115 8 41
Hex 73 8 29

RGB Percentages of Color #730829

%70.12
%4.88
%25.00

CMYK Percentages of Color #730829

%0
%93
%64
%55

Triadic Colors of #730829

#730829 #297308 #082973

Analogous Colors of #730829

#730829 #731d08 #73085f

Monochromatic Colors of #730829

#730829

Complementary Color

#730829 #087352

#730829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730829 Color CSS Codes

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

#730829 Text Font Color

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

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


#730829 Background Color

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

This div background color is #730829


#730829 Border Color

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

This div border color is #730829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730829


Comments

No comments written yet.

Please login to write comment.