Color Hex Logo

#490feb Color Hex

#490FEB
(73,15,235)
0 Favorites   0 Comments

Color spaces of #490feb

RGB 7315235
HSL0.710.880.49
HSV256°94°92°
CMYK 0.690.940.00   0.08
XYZ17.91397.756379.1502
Yxy7.75630.17090.0740
Hunter Lab27.850166.0779-149.0073
CIE-Lab33.470173.4401-94.5361

#490feb color RGB value is (73,15,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001111 11101011
Octal 111 17 353
Decimal 73 15 235
Hex 49 F EB

RGB Percentages of Color #490feb

%22.60
%4.64
%72.76

CMYK Percentages of Color #490feb

%69
%94
%0
%8

Triadic Colors of #490feb

#490feb #eb490f #0feb49

Analogous Colors of #490feb

#490feb #b70feb #0f43eb

Monochromatic Colors of #490feb

#490feb

Complementary Color

#490feb #b1eb0f

#490feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#490feb Color CSS Codes

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

#490feb Text Font Color

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

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


#490feb Background Color

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

This div background color is #490feb


#490feb Border Color

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

This div border color is #490feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490feb


Comments

No comments written yet.

Please login to write comment.