Color Hex Logo

#094bed Color Hex

#094BED
(9,75,237)
0 Favorites   0 Comments

Color spaces of #094bed

RGB 975237
HSL0.620.930.48
HSV223°96°93°
CMYK 0.960.680.00   0.07
XYZ17.914811.204781.3393
Yxy11.20470.16220.1014
Hunter Lab33.473436.9538-120.6413
CIE-Lab39.923145.6302-85.0530

#094bed color RGB value is (9,75,237).

#094bed hex color red value is 9, green value is 75 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #094bed hue: 0.62 , saturation: 0.93 and the lightness value of 094bed is 0.48.

The process color (four color CMYK) of #094bed color hex is 0.96, 0.68, 0.00, 0.07. Web safe color of #094bed is #0033ff. Color #094bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001011 11101101
Octal 11 113 355
Decimal 9 75 237
Hex 9 4B ED

RGB Percentages of Color #094bed

%2.80
%23.36
%73.83

CMYK Percentages of Color #094bed

%96
%68
%0
%7

Triadic Colors of #094bed

#094bed #ed094b #4bed09

Analogous Colors of #094bed

#094bed #3909ed #09bded

Monochromatic Colors of #094bed

#094bed

Complementary Color

#094bed #edab09

#094bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#094bed Color CSS Codes

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

#094bed Text Font Color

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

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


#094bed Background Color

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

This div background color is #094bed


#094bed Border Color

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

This div border color is #094bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,75,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #094bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094bed


Comments

No comments written yet.

Please login to write comment.