Color Hex Logo

#49028d Color Hex

#49028D
(73,2,141)
0 Favorites   0 Comments

Color spaces of #49028d

RGB 732141
HSL0.750.970.28
HSV271°99°55°
CMYK 0.480.990.00   0.45
XYZ7.57713.383025.4529
Yxy3.38300.20810.0929
Hunter Lab18.392941.3467-69.1729
CIE-Lab21.516853.4812-58.5192

#49028d color RGB value is (73,2,141).

#49028d hex color red value is 73, green value is 2 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #49028d hue: 0.75 , saturation: 0.97 and the lightness value of 49028d is 0.28.

The process color (four color CMYK) of #49028d color hex is 0.48, 0.99, 0.00, 0.45. Web safe color of #49028d is #330099. Color #49028d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000010 10001101
Octal 111 2 215
Decimal 73 2 141
Hex 49 2 8D

RGB Percentages of Color #49028d

%33.80
%0.93
%65.28

CMYK Percentages of Color #49028d

%48
%99
%0
%45

Triadic Colors of #49028d

#49028d #8d4902 #028d49

Analogous Colors of #49028d

#49028d #8d028c #03028d

Monochromatic Colors of #49028d

#49028d

Complementary Color

#49028d #468d02

#49028d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49028d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49028d Color CSS Codes

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

#49028d Text Font Color

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

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


#49028d Background Color

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

This div background color is #49028d


#49028d Border Color

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

This div border color is #49028d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49028d


Comments

No comments written yet.

Please login to write comment.