Color Hex Logo

#498dfa Color Hex

#498DFA
(73,141,250)
0 Favorites   0 Comments

Color spaces of #498dfa

RGB 73141250
HSL0.600.950.63
HSV217°71°98°
CMYK 0.710.440.00   0.02
XYZ29.527827.368394.1688
Yxy27.36830.19550.1812
Hunter Lab52.31479.1993-70.1043
CIE-Lab59.313714.0089-60.7003

#498dfa color RGB value is (73,141,250).

#498dfa hex color red value is 73, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #498dfa hue: 0.60 , saturation: 0.95 and the lightness value of 498dfa is 0.63.

The process color (four color CMYK) of #498dfa color hex is 0.71, 0.44, 0.00, 0.02. Web safe color of #498dfa is #3399ff. Color #498dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001101 11111010
Octal 111 215 372
Decimal 73 141 250
Hex 49 8D FA

RGB Percentages of Color #498dfa

%15.73
%30.39
%53.88

CMYK Percentages of Color #498dfa

%71
%44
%0
%2

Triadic Colors of #498dfa

#498dfa #fa498d #8dfa49

Analogous Colors of #498dfa

#498dfa #5d49fa #49e6fa

Monochromatic Colors of #498dfa

#498dfa

Complementary Color

#498dfa #fab649

#498dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#498dfa Color CSS Codes

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

#498dfa Text Font Color

<p style="color:#498dfa">Text here</p>

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


#498dfa Background Color

<div style="background-color:#498dfa">
Div content here</div>

This div background color is #498dfa


#498dfa Border Color

<div style="border:3px solid #498dfa">
Div here</div>

This div border color is #498dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,141,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 #498dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498dfa


Comments

No comments written yet.

Please login to write comment.