Color Hex Logo

#490afc Color Hex

#490AFC
(73,10,252)
0 Favorites   0 Comments

Color spaces of #490afc

RGB 7310252
HSL0.710.980.51
HSV256°96°99°
CMYK 0.710.960.00   0.01
XYZ20.42698.661892.6907
Yxy8.66180.16770.0711
Hunter Lab29.430972.3860-166.1281
CIE-Lab35.324878.2686-101.0582

#490afc color RGB value is (73,10,252).

#490afc hex color red value is 73, green value is 10 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #490afc hue: 0.71 , saturation: 0.98 and the lightness value of 490afc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001010 11111100
Octal 111 12 374
Decimal 73 10 252
Hex 49 A FC

RGB Percentages of Color #490afc

%21.79
%2.99
%75.22

CMYK Percentages of Color #490afc

%71
%96
%0
%1

Triadic Colors of #490afc

#490afc #fc490a #0afc49

Analogous Colors of #490afc

#490afc #c20afc #0a44fc

Monochromatic Colors of #490afc

#490afc

Complementary Color

#490afc #bdfc0a

#490afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#490afc Color CSS Codes

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

#490afc Text Font Color

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

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


#490afc Background Color

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

This div background color is #490afc


#490afc Border Color

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

This div border color is #490afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490afc


Comments

No comments written yet.

Please login to write comment.