Color Hex Logo

#49008a Color Hex

#49008A
(73,0,138)
0 Favorites   0 Comments

Color spaces of #49008a

RGB 730138
HSL0.751.000.27
HSV272°100°54°
CMYK 0.471.000.00   0.46
XYZ7.33513.251424.2857
Yxy3.25140.21030.0932
Hunter Lab18.031641.0567-67.2319
CIE-Lab21.023853.2901-57.4563

#49008a color RGB value is (73,0,138).

#49008a hex color red value is 73, green value is 0 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #49008a hue: 0.75 , saturation: 1.00 and the lightness value of 49008a is 0.27.

The process color (four color CMYK) of #49008a color hex is 0.47, 1.00, 0.00, 0.46. Web safe color of #49008a is #330099. Color #49008a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000000 10001010
Octal 111 0 212
Decimal 73 0 138
Hex 49 0 8A

RGB Percentages of Color #49008a

%34.60
%0.00
%65.40

CMYK Percentages of Color #49008a

%47
%100
%0
%46

Triadic Colors of #49008a

#49008a #8a4900 #008a49

Analogous Colors of #49008a

#49008a #8a0086 #04008a

Monochromatic Colors of #49008a

#49008a

Complementary Color

#49008a #418a00

#49008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49008a Color CSS Codes

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

#49008a Text Font Color

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

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


#49008a Background Color

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

This div background color is #49008a


#49008a Border Color

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

This div border color is #49008a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49008a


Comments

No comments written yet.

Please login to write comment.