Color Hex Logo

#731c56 Color Hex

#731C56
(115,28,86)
0 Favorites   0 Comments

Color spaces of #731c56

RGB 1152886
HSL0.890.610.28
HSV320°76°45°
CMYK 0.000.760.25   0.55
XYZ9.16525.14729.3146
Yxy5.14720.38790.2179
Hunter Lab22.687432.4068-8.4610
CIE-Lab27.150143.2909-13.7281

#731c56 color RGB value is (115,28,86).

#731c56 hex color red value is 115, green value is 28 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #731c56 hue: 0.89 , saturation: 0.61 and the lightness value of 731c56 is 0.28.

The process color (four color CMYK) of #731c56 color hex is 0.00, 0.76, 0.25, 0.55. Web safe color of #731c56 is #663366. Color #731c56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011100 01010110
Octal 163 34 126
Decimal 115 28 86
Hex 73 1C 56

RGB Percentages of Color #731c56

%50.22
%12.23
%37.55

CMYK Percentages of Color #731c56

%0
%76
%25
%55

Triadic Colors of #731c56

#731c56 #56731c #1c5673

Analogous Colors of #731c56

#731c56 #731c2b #651c73

Monochromatic Colors of #731c56

#731c56

Complementary Color

#731c56 #1c7339

#731c56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731c56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731c56 Color CSS Codes

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

#731c56 Text Font Color

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

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


#731c56 Background Color

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

This div background color is #731c56


#731c56 Border Color

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

This div border color is #731c56


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,28,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #731c56; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #731c56;
  -webkit-box-shadow: 1px 1px 3px 2px #731c56;
  box-shadow:         1px 1px 3px 2px #731c56; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731c56


Comments

No comments written yet.

Please login to write comment.