Color Hex Logo

#490ddb Color Hex

#490DDB
(73,13,219)
0 Favorites   0 Comments

Color spaces of #490ddb

RGB 7313219
HSL0.720.890.45
HSV257°94°86°
CMYK 0.670.940.00   0.14
XYZ15.67786.818867.5077
Yxy6.81880.17420.0758
Hunter Lab26.112861.4716-134.9994
CIE-Lab31.390869.9408-88.8323

#490ddb color RGB value is (73,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001101 11011011
Octal 111 15 333
Decimal 73 13 219
Hex 49 D DB

RGB Percentages of Color #490ddb

%23.93
%4.26
%71.80

CMYK Percentages of Color #490ddb

%67
%94
%0
%14

Triadic Colors of #490ddb

#490ddb #db490d #0ddb49

Analogous Colors of #490ddb

#490ddb #b00ddb #0d38db

Monochromatic Colors of #490ddb

#490ddb

Complementary Color

#490ddb #9fdb0d

#490ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#490ddb Color CSS Codes

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

#490ddb Text Font Color

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

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


#490ddb Background Color

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

This div background color is #490ddb


#490ddb Border Color

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

This div border color is #490ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490ddb


Comments

No comments written yet.

Please login to write comment.