Color Hex Logo

#49055e Color Hex

#49055E
(73,5,94)
0 Favorites   0 Comments

Color spaces of #49055e

RGB 73594
HSL0.790.900.19
HSV286°95°37°
CMYK 0.220.950.00   0.63
XYZ4.82232.333210.7859
Yxy2.33320.26880.1300
Hunter Lab15.274829.6220-31.1737
CIE-Lab17.146842.2267-35.3901

#49055e color RGB value is (73,5,94).

#49055e hex color red value is 73, green value is 5 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #49055e hue: 0.79 , saturation: 0.90 and the lightness value of 49055e is 0.19.

The process color (four color CMYK) of #49055e color hex is 0.22, 0.95, 0.00, 0.63. Web safe color of #49055e is #330066. Color #49055e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000101 01011110
Octal 111 5 136
Decimal 73 5 94
Hex 49 5 5E

RGB Percentages of Color #49055e

%42.44
%2.91
%54.65

CMYK Percentages of Color #49055e

%22
%95
%0
%63

Triadic Colors of #49055e

#49055e #5e4905 #055e49

Analogous Colors of #49055e

#49055e #5e0546 #1d055e

Monochromatic Colors of #49055e

#49055e

Complementary Color

#49055e #1a5e05

#49055e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49055e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49055e Color CSS Codes

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

#49055e Text Font Color

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

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


#49055e Background Color

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

This div background color is #49055e


#49055e Border Color

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

This div border color is #49055e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,5,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 #49055e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49055e


Comments

No comments written yet.

Please login to write comment.