Color Hex Logo

#490dab Color Hex

#490DAB
(73,13,171)
0 Favorites   0 Comments

Color spaces of #490dab

RGB 7313171
HSL0.730.860.36
HSV263°92°67°
CMYK 0.570.920.00   0.33
XYZ10.24234.644638.8847
Yxy4.64460.19050.0864
Hunter Lab21.551347.1175-91.8900
CIE-Lab25.697358.2044-70.0040

#490dab color RGB value is (73,13,171).

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

The process color (four color CMYK) of #490dab color hex is 0.57, 0.92, 0.00, 0.33. Web safe color of #490dab is #330099. Color #490dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001101 10101011
Octal 111 15 253
Decimal 73 13 171
Hex 49 D AB

RGB Percentages of Color #490dab

%28.40
%5.06
%66.54

CMYK Percentages of Color #490dab

%57
%92
%0
%33

Triadic Colors of #490dab

#490dab #ab490d #0dab49

Analogous Colors of #490dab

#490dab #980dab #0d20ab

Monochromatic Colors of #490dab

#490dab

Complementary Color

#490dab #6fab0d

#490dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#490dab Color CSS Codes

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

#490dab Text Font Color

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

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


#490dab Background Color

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

This div background color is #490dab


#490dab Border Color

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

This div border color is #490dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490dab


Comments

No comments written yet.

Please login to write comment.