Color Hex Logo

#498fff Color Hex

#498FFF
(73,143,255)
0 Favorites   0 Comments

Color spaces of #498fff

RGB 73143255
HSL0.601.000.64
HSV217°71°100°
CMYK 0.710.440.00   0.00
XYZ30.620128.281498.4527
Yxy28.28140.19460.1797
Hunter Lab53.18039.7112-72.5375
CIE-Lab60.142114.5633-62.1187

#498fff color RGB value is (73,143,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001111 11111111
Octal 111 217 377
Decimal 73 143 255
Hex 49 8F FF

RGB Percentages of Color #498fff

%15.50
%30.36
%54.14

CMYK Percentages of Color #498fff

%71
%44
%0
%0

Triadic Colors of #498fff

#498fff #ff498f #8fff49

Analogous Colors of #498fff

#498fff #5e49ff #49eaff

Monochromatic Colors of #498fff

#498fff

Complementary Color

#498fff #ffb949

#498fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#498fff Color CSS Codes

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

#498fff Text Font Color

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

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


#498fff Background Color

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

This div background color is #498fff


#498fff Border Color

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

This div border color is #498fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498fff

Related Colors


Comments

No comments written yet.

Please login to write comment.