Color Hex Logo

#49315e Color Hex

#49315E
(73,49,94)
0 Favorites   0 Comments

Color spaces of #49315e

RGB 734994
HSL0.760.310.28
HSV272°48°37°
CMYK 0.220.480.00   0.63
XYZ5.86634.421211.1339
Yxy4.42120.27390.2064
Hunter Lab21.026613.0037-16.6762
CIE-Lab25.017720.7958-22.8044

#49315e color RGB value is (73,49,94).

#49315e hex color red value is 73, green value is 49 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #49315e hue: 0.76 , saturation: 0.31 and the lightness value of 49315e is 0.28.

The process color (four color CMYK) of #49315e color hex is 0.22, 0.48, 0.00, 0.63. Web safe color of #49315e is #333366. Color #49315e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110001 01011110
Octal 111 61 136
Decimal 73 49 94
Hex 49 31 5E

RGB Percentages of Color #49315e

%33.80
%22.69
%43.52

CMYK Percentages of Color #49315e

%22
%48
%0
%63

Triadic Colors of #49315e

#49315e #5e4931 #315e49

Analogous Colors of #49315e

#49315e #5e315c #33315e

Monochromatic Colors of #49315e

#49315e

Complementary Color

#49315e #465e31

#49315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49315e Color CSS Codes

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

#49315e Text Font Color

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

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


#49315e Background Color

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

This div background color is #49315e


#49315e Border Color

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

This div border color is #49315e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49315e


Comments

No comments written yet.

Please login to write comment.