Color Hex Logo

#490cfe Color Hex

#490CFE
(73,12,254)
0 Favorites   0 Comments

Color spaces of #490cfe

RGB 7312254
HSL0.710.990.52
HSV255°95°100°
CMYK 0.710.950.00   0.00
XYZ20.76858.835294.3767
Yxy8.83520.16750.0713
Hunter Lab29.724172.7026-167.4445
CIE-Lab35.665078.4624-101.6139

#490cfe color RGB value is (73,12,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001100 11111110
Octal 111 14 376
Decimal 73 12 254
Hex 49 C FE

RGB Percentages of Color #490cfe

%21.53
%3.54
%74.93

CMYK Percentages of Color #490cfe

%71
%95
%0
%0

Triadic Colors of #490cfe

#490cfe #fe490c #0cfe49

Analogous Colors of #490cfe

#490cfe #c20cfe #0c48fe

Monochromatic Colors of #490cfe

#490cfe

Complementary Color

#490cfe #c1fe0c

#490cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#490cfe Color CSS Codes

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

#490cfe Text Font Color

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

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


#490cfe Background Color

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

This div background color is #490cfe


#490cfe Border Color

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

This div border color is #490cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490cfe


Comments

No comments written yet.

Please login to write comment.