Color Hex Logo

#498dff Color Hex

#498DFF
(73,141,255)
0 Favorites   0 Comments

Color spaces of #498dff

RGB 73141255
HSL0.601.000.64
HSV218°71°100°
CMYK 0.710.450.00   0.00
XYZ30.322527.686298.3535
Yxy27.68620.19390.1771
Hunter Lab52.617710.7850-73.9931
CIE-Lab59.604215.7679-62.9812

#498dff color RGB value is (73,141,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001101 11111111
Octal 111 215 377
Decimal 73 141 255
Hex 49 8D FF

RGB Percentages of Color #498dff

%15.57
%30.06
%54.37

CMYK Percentages of Color #498dff

%71
%45
%0
%0

Triadic Colors of #498dff

#498dff #ff498d #8dff49

Analogous Colors of #498dff

#498dff #6049ff #49e8ff

Monochromatic Colors of #498dff

#498dff

Complementary Color

#498dff #ffbb49

#498dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#498dff Color CSS Codes

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

#498dff Text Font Color

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

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


#498dff Background Color

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

This div background color is #498dff


#498dff Border Color

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

This div border color is #498dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498dff

Related Colors


Comments

No comments written yet.

Please login to write comment.