Color Hex Logo

#49096d Color Hex

#49096D
(73,9,109)
0 Favorites   0 Comments

Color spaces of #49096d

RGB 739109
HSL0.770.850.23
HSV278°92°43°
CMYK 0.330.920.00   0.57
XYZ5.60572.716014.6968
Yxy2.71600.24350.1180
Hunter Lab16.480331.8755-41.3375
CIE-Lab18.868644.3301-42.4747

#49096d color RGB value is (73,9,109).

#49096d hex color red value is 73, green value is 9 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #49096d hue: 0.77 , saturation: 0.85 and the lightness value of 49096d is 0.23.

The process color (four color CMYK) of #49096d color hex is 0.33, 0.92, 0.00, 0.57. Web safe color of #49096d is #330066. Color #49096d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001001 01101101
Octal 111 11 155
Decimal 73 9 109
Hex 49 9 6D

RGB Percentages of Color #49096d

%38.22
%4.71
%57.07

CMYK Percentages of Color #49096d

%33
%92
%0
%57

Triadic Colors of #49096d

#49096d #6d4909 #096d49

Analogous Colors of #49096d

#49096d #6d095f #17096d

Monochromatic Colors of #49096d

#49096d

Complementary Color

#49096d #2d6d09

#49096d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49096d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49096d Color CSS Codes

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

#49096d Text Font Color

<p style="color:#49096d">Text here</p>

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


#49096d Background Color

<div style="background-color:#49096d">
Div content here</div>

This div background color is #49096d


#49096d Border Color

<div style="border:3px solid #49096d">
Div here</div>

This div border color is #49096d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,9,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49096d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49096d;
  -webkit-box-shadow: 1px 1px 3px 2px #49096d;
  box-shadow:         1px 1px 3px 2px #49096d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49096d


Comments

No comments written yet.

Please login to write comment.