Color Hex Logo

#094dfa Color Hex

#094DFA
(9,77,250)
0 Favorites   0 Comments

Color spaces of #094dfa

RGB 977250
HSL0.620.960.51
HSV223°96°98°
CMYK 0.960.690.00   0.02
XYZ20.021912.268091.7552
Yxy12.26800.16140.0989
Hunter Lab35.025740.7418-130.8012
CIE-Lab41.638949.0600-89.5319

#094dfa color RGB value is (9,77,250).

#094dfa hex color red value is 9, green value is 77 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #094dfa hue: 0.62 , saturation: 0.96 and the lightness value of 094dfa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001101 11111010
Octal 11 115 372
Decimal 9 77 250
Hex 9 4D FA

RGB Percentages of Color #094dfa

%2.68
%22.92
%74.40

CMYK Percentages of Color #094dfa

%96
%69
%0
%2

Triadic Colors of #094dfa

#094dfa #fa094d #4dfa09

Analogous Colors of #094dfa

#094dfa #3d09fa #09c6fa

Monochromatic Colors of #094dfa

#094dfa

Complementary Color

#094dfa #fab609

#094dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#094dfa Color CSS Codes

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

#094dfa Text Font Color

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

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


#094dfa Background Color

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

This div background color is #094dfa


#094dfa Border Color

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

This div border color is #094dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094dfa


Comments

No comments written yet.

Please login to write comment.