Color Hex Logo

#73314e Color Hex

#73314E
(115,49,78)
0 Favorites   0 Comments

Color spaces of #73314e

RGB 1154978
HSL0.930.400.32
HSV334°57°45°
CMYK 0.000.570.32   0.55
XYZ9.54376.39157.9384
Yxy6.39150.39980.2677
Hunter Lab25.281423.1410-0.9202
CIE-Lab30.379432.4850-3.5869

#73314e color RGB value is (115,49,78).

#73314e hex color red value is 115, green value is 49 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #73314e hue: 0.93 , saturation: 0.40 and the lightness value of 73314e is 0.32.

The process color (four color CMYK) of #73314e color hex is 0.00, 0.57, 0.32, 0.55. Web safe color of #73314e is #663366. Color #73314e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110001 01001110
Octal 163 61 116
Decimal 115 49 78
Hex 73 31 4E

RGB Percentages of Color #73314e

%47.52
%20.25
%32.23

CMYK Percentages of Color #73314e

%0
%57
%32
%55

Triadic Colors of #73314e

#73314e #4e7331 #314e73

Analogous Colors of #73314e

#73314e #733531 #73316f

Monochromatic Colors of #73314e

#73314e

Complementary Color

#73314e #317356

#73314e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73314e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73314e Color CSS Codes

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

#73314e Text Font Color

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

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


#73314e Background Color

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

This div background color is #73314e


#73314e Border Color

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

This div border color is #73314e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,49,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73314e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73314e;
  -webkit-box-shadow: 1px 1px 3px 2px #73314e;
  box-shadow:         1px 1px 3px 2px #73314e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73314e


Comments

No comments written yet.

Please login to write comment.