Color Hex Logo

#731344 Color Hex

#731344
(115,19,68)
0 Favorites   0 Comments

Color spaces of #731344

RGB 1151968
HSL0.910.720.26
HSV329°83°45°
CMYK 0.000.830.41   0.55
XYZ8.34654.52795.9029
Yxy4.52790.44450.2411
Hunter Lab21.278932.7775-1.5522
CIE-Lab25.345144.0301-4.4101

#731344 color RGB value is (115,19,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010011 01000100
Octal 163 23 104
Decimal 115 19 68
Hex 73 13 44

RGB Percentages of Color #731344

%56.93
%9.41
%33.66

CMYK Percentages of Color #731344

%0
%83
%41
%55

Triadic Colors of #731344

#731344 #447313 #134473

Analogous Colors of #731344

#731344 #731314 #721373

Monochromatic Colors of #731344

#731344

Complementary Color

#731344 #137342

#731344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731344 Color CSS Codes

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

#731344 Text Font Color

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

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


#731344 Background Color

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

This div background color is #731344


#731344 Border Color

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

This div border color is #731344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731344


Comments

No comments written yet.

Please login to write comment.