Color Hex Logo

#046dfa Color Hex

#046DFA
(4,109,250)
0 Favorites   0 Comments

Color spaces of #046dfa

RGB 4109250
HSL0.600.970.50
HSV214°98°98°
CMYK 0.980.560.00   0.02
XYZ22.774017.865292.6905
Yxy17.86520.17080.1340
Hunter Lab42.267222.2098-100.4337
CIE-Lab49.332228.9496-76.9074

#046dfa color RGB value is (4,109,250).

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

The process color (four color CMYK) of #046dfa color hex is 0.98, 0.56, 0.00, 0.02. Web safe color of #046dfa is #0066ff. Color #046dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101101 11111010
Octal 4 155 372
Decimal 4 109 250
Hex 4 6D FA

RGB Percentages of Color #046dfa

%1.10
%30.03
%68.87

CMYK Percentages of Color #046dfa

%98
%56
%0
%2

Triadic Colors of #046dfa

#046dfa #fa046d #6dfa04

Analogous Colors of #046dfa

#046dfa #1604fa #04e8fa

Monochromatic Colors of #046dfa

#046dfa

Complementary Color

#046dfa #fa9104

#046dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#046dfa Color CSS Codes

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

#046dfa Text Font Color

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

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


#046dfa Background Color

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

This div background color is #046dfa


#046dfa Border Color

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

This div border color is #046dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046dfa


Comments

No comments written yet.

Please login to write comment.