Color Hex Logo

#094eff Color Hex

#094EFF
(9,78,255)
0 Favorites   0 Comments

Color spaces of #094eff

RGB 978255
HSL0.621.000.52
HSV223°96°100°
CMYK 0.960.690.00   0.00
XYZ20.887012.726995.9634
Yxy12.72690.16120.0982
Hunter Lab35.674842.0780-134.5148
CIE-Lab42.348850.2246-91.1529

#094eff color RGB value is (9,78,255).

#094eff hex color red value is 9, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #094eff hue: 0.62 , saturation: 1.00 and the lightness value of 094eff is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001110 11111111
Octal 11 116 377
Decimal 9 78 255
Hex 9 4E FF

RGB Percentages of Color #094eff

%2.63
%22.81
%74.56

CMYK Percentages of Color #094eff

%96
%69
%0
%0

Triadic Colors of #094eff

#094eff #ff094e #4eff09

Analogous Colors of #094eff

#094eff #3f09ff #09c9ff

Monochromatic Colors of #094eff

#094eff

Complementary Color

#094eff #ffba09

#094eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#094eff Color CSS Codes

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

#094eff Text Font Color

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

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


#094eff Background Color

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

This div background color is #094eff


#094eff Border Color

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

This div border color is #094eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094eff

Related Colors


Comments

No comments written yet.

Please login to write comment.