Color Hex Logo

#049ffa Color Hex

#049FFA
(4,159,250)
0 Favorites   0 Comments

Color spaces of #049ffa

RGB 4159250
HSL0.560.970.50
HSV202°98°98°
CMYK 0.980.360.00   0.02
XYZ29.703531.724295.0003
Yxy31.72420.18990.2028
Hunter Lab56.3242-4.4326-60.5756
CIE-Lab63.1143-1.7026-54.7068

#049ffa color RGB value is (4,159,250).

#049ffa hex color red value is 4, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #049ffa hue: 0.56 , saturation: 0.97 and the lightness value of 049ffa is 0.50.

The process color (four color CMYK) of #049ffa color hex is 0.98, 0.36, 0.00, 0.02. Web safe color of #049ffa is #0099ff. Color #049ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011111 11111010
Octal 4 237 372
Decimal 4 159 250
Hex 4 9F FA

RGB Percentages of Color #049ffa

%0.97
%38.50
%60.53

CMYK Percentages of Color #049ffa

%98
%36
%0
%2

Triadic Colors of #049ffa

#049ffa #fa049f #9ffa04

Analogous Colors of #049ffa

#049ffa #0424fa #04fada

Monochromatic Colors of #049ffa

#049ffa

Complementary Color

#049ffa #fa5f04

#049ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#049ffa Color CSS Codes

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

#049ffa Text Font Color

<p style="color:#049ffa">Text here</p>

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


#049ffa Background Color

<div style="background-color:#049ffa">
Div content here</div>

This div background color is #049ffa


#049ffa Border Color

<div style="border:3px solid #049ffa">
Div here</div>

This div border color is #049ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,159,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #049ffa;
  box-shadow:         1px 1px 3px 2px #049ffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,159,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 #049ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049ffa


Comments

No comments written yet.

Please login to write comment.