Color Hex Logo

#490ffa Color Hex

#490FFA
(73,15,250)
0 Favorites   0 Comments

Color spaces of #490ffa

RGB 7315250
HSL0.710.960.52
HSV255°94°98°
CMYK 0.710.940.00   0.02
XYZ20.17388.660291.0508
Yxy8.66020.16830.0722
Hunter Lab29.428270.8670-162.8433
CIE-Lab35.321777.0401-99.9391

#490ffa color RGB value is (73,15,250).

#490ffa hex color red value is 73, green value is 15 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #490ffa hue: 0.71 , saturation: 0.96 and the lightness value of 490ffa is 0.52.

The process color (four color CMYK) of #490ffa color hex is 0.71, 0.94, 0.00, 0.02. Web safe color of #490ffa is #3300ff. Color #490ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001111 11111010
Octal 111 17 372
Decimal 73 15 250
Hex 49 F FA

RGB Percentages of Color #490ffa

%21.60
%4.44
%73.96

CMYK Percentages of Color #490ffa

%71
%94
%0
%2

Triadic Colors of #490ffa

#490ffa #fa490f #0ffa49

Analogous Colors of #490ffa

#490ffa #bf0ffa #0f4bfa

Monochromatic Colors of #490ffa

#490ffa

Complementary Color

#490ffa #c0fa0f

#490ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#490ffa Color CSS Codes

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

#490ffa Text Font Color

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

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


#490ffa Background Color

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

This div background color is #490ffa


#490ffa Border Color

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

This div border color is #490ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490ffa


Comments

No comments written yet.

Please login to write comment.