Color Hex Logo

#49036a Color Hex

#49036A
(73,3,106)
0 Favorites   0 Comments

Color spaces of #49036a

RGB 733106
HSL0.780.940.21
HSV281°97°42°
CMYK 0.310.970.00   0.58
XYZ5.38172.522213.8389
Yxy2.52220.24750.1160
Hunter Lab15.881432.6953-40.5476
CIE-Lab18.018745.3658-41.9036

#49036a color RGB value is (73,3,106).

#49036a hex color red value is 73, green value is 3 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #49036a hue: 0.78 , saturation: 0.94 and the lightness value of 49036a is 0.21.

The process color (four color CMYK) of #49036a color hex is 0.31, 0.97, 0.00, 0.58. Web safe color of #49036a is #330066. Color #49036a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000011 01101010
Octal 111 3 152
Decimal 73 3 106
Hex 49 3 6A

RGB Percentages of Color #49036a

%40.11
%1.65
%58.24

CMYK Percentages of Color #49036a

%31
%97
%0
%58

Triadic Colors of #49036a

#49036a #6a4903 #036a49

Analogous Colors of #49036a

#49036a #6a0358 #16036a

Monochromatic Colors of #49036a

#49036a

Complementary Color

#49036a #246a03

#49036a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49036a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49036a Color CSS Codes

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

#49036a Text Font Color

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

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


#49036a Background Color

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

This div background color is #49036a


#49036a Border Color

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

This div border color is #49036a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,3,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49036a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49036a;
  -webkit-box-shadow: 1px 1px 3px 2px #49036a;
  box-shadow:         1px 1px 3px 2px #49036a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49036a


Comments

No comments written yet.

Please login to write comment.