Color Hex Logo

#731449 Color Hex

#731449
(115,20,73)
0 Favorites   0 Comments

Color spaces of #731449

RGB 1152073
HSL0.910.700.26
HSV327°83°45°
CMYK 0.000.830.37   0.55
XYZ8.52304.62626.7471
Yxy4.62620.42840.2325
Hunter Lab21.508633.0924-3.5428
CIE-Lab25.642144.3053-7.3468

#731449 color RGB value is (115,20,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010100 01001001
Octal 163 24 111
Decimal 115 20 73
Hex 73 14 49

RGB Percentages of Color #731449

%55.29
%9.62
%35.10

CMYK Percentages of Color #731449

%0
%83
%37
%55

Triadic Colors of #731449

#731449 #497314 #144973

Analogous Colors of #731449

#731449 #731419 #6e1473

Monochromatic Colors of #731449

#731449

Complementary Color

#731449 #14733e

#731449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731449 Color CSS Codes

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

#731449 Text Font Color

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

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


#731449 Background Color

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

This div background color is #731449


#731449 Border Color

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

This div border color is #731449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731449


Comments

No comments written yet.

Please login to write comment.