Color Hex Logo

#731349 Color Hex

#731349
(115,19,73)
0 Favorites   0 Comments

Color spaces of #731349

RGB 1151973
HSL0.910.720.26
HSV326°83°45°
CMYK 0.000.830.37   0.55
XYZ8.50574.59166.7413
Yxy4.59160.42870.2314
Hunter Lab21.428033.3553-3.6531
CIE-Lab25.538044.6024-7.5036

#731349 color RGB value is (115,19,73).

#731349 hex color red value is 115, green value is 19 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #731349 hue: 0.91 , saturation: 0.72 and the lightness value of 731349 is 0.26.

The process color (four color CMYK) of #731349 color hex is 0.00, 0.83, 0.37, 0.55. Web safe color of #731349 is #660033. Color #731349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010011 01001001
Octal 163 23 111
Decimal 115 19 73
Hex 73 13 49

RGB Percentages of Color #731349

%55.56
%9.18
%35.27

CMYK Percentages of Color #731349

%0
%83
%37
%55

Triadic Colors of #731349

#731349 #497313 #134973

Analogous Colors of #731349

#731349 #731319 #6d1373

Monochromatic Colors of #731349

#731349

Complementary Color

#731349 #13733d

#731349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731349 Color CSS Codes

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

#731349 Text Font Color

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

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


#731349 Background Color

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

This div background color is #731349


#731349 Border Color

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

This div border color is #731349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731349


Comments

No comments written yet.

Please login to write comment.