Color Hex Logo

#490dad Color Hex

#490DAD
(73,13,173)
0 Favorites   0 Comments

Color spaces of #490dad

RGB 7313173
HSL0.730.860.36
HSV263°92°68°
CMYK 0.580.920.00   0.32
XYZ10.43444.721439.8965
Yxy4.72140.18950.0858
Hunter Lab21.728847.6923-93.6530
CIE-Lab25.925858.6975-70.8301

#490dad color RGB value is (73,13,173).

#490dad hex color red value is 73, green value is 13 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #490dad hue: 0.73 , saturation: 0.86 and the lightness value of 490dad is 0.36.

The process color (four color CMYK) of #490dad color hex is 0.58, 0.92, 0.00, 0.32. Web safe color of #490dad is #330099. Color #490dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001101 10101101
Octal 111 15 255
Decimal 73 13 173
Hex 49 D AD

RGB Percentages of Color #490dad

%28.19
%5.02
%66.80

CMYK Percentages of Color #490dad

%58
%92
%0
%32

Triadic Colors of #490dad

#490dad #ad490d #0dad49

Analogous Colors of #490dad

#490dad #990dad #0d21ad

Monochromatic Colors of #490dad

#490dad

Complementary Color

#490dad #71ad0d

#490dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#490dad Color CSS Codes

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

#490dad Text Font Color

<p style="color:#490dad">Text here</p>

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


#490dad Background Color

<div style="background-color:#490dad">
Div content here</div>

This div background color is #490dad


#490dad Border Color

<div style="border:3px solid #490dad">
Div here</div>

This div border color is #490dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,13,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #490dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #490dad;
  -webkit-box-shadow: 1px 1px 3px 2px #490dad;
  box-shadow:         1px 1px 3px 2px #490dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490dad


Comments

No comments written yet.

Please login to write comment.