Color Hex Logo

#490dda Color Hex

#490DDA
(73,13,218)
0 Favorites   0 Comments

Color spaces of #490dda

RGB 7313218
HSL0.720.890.45
HSV258°94°85°
CMYK 0.670.940.00   0.15
XYZ15.54656.766366.8163
Yxy6.76630.17440.0759
Hunter Lab26.012161.1618-134.0874
CIE-Lab31.268969.6987-88.4583

#490dda color RGB value is (73,13,218).

#490dda hex color red value is 73, green value is 13 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #490dda hue: 0.72 , saturation: 0.89 and the lightness value of 490dda is 0.45.

The process color (four color CMYK) of #490dda color hex is 0.67, 0.94, 0.00, 0.15. Web safe color of #490dda is #3300cc. Color #490dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001101 11011010
Octal 111 15 332
Decimal 73 13 218
Hex 49 D DA

RGB Percentages of Color #490dda

%24.01
%4.28
%71.71

CMYK Percentages of Color #490dda

%67
%94
%0
%15

Triadic Colors of #490dda

#490dda #da490d #0dda49

Analogous Colors of #490dda

#490dda #b00dda #0d37da

Monochromatic Colors of #490dda

#490dda

Complementary Color

#490dda #9eda0d

#490dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#490dda Color CSS Codes

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

#490dda Text Font Color

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

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


#490dda Background Color

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

This div background color is #490dda


#490dda Border Color

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

This div border color is #490dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490dda


Comments

No comments written yet.

Please login to write comment.