Color Hex Logo

#094bce Color Hex

#094BCE
(9,75,206)
0 Favorites   0 Comments

Color spaces of #094bce

RGB 975206
HSL0.610.920.42
HSV220°96°81°
CMYK 0.960.640.00   0.19
XYZ13.76939.546559.5094
Yxy9.54650.16620.1153
Hunter Lab30.897425.4773-92.5662
CIE-Lab37.015934.0831-72.1137

#094bce color RGB value is (9,75,206).

#094bce hex color red value is 9, green value is 75 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #094bce hue: 0.61 , saturation: 0.92 and the lightness value of 094bce is 0.42.

The process color (four color CMYK) of #094bce color hex is 0.96, 0.64, 0.00, 0.19. Web safe color of #094bce is #0033cc. Color #094bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001011 11001110
Octal 11 113 316
Decimal 9 75 206
Hex 9 4B CE

RGB Percentages of Color #094bce

%3.10
%25.86
%71.03

CMYK Percentages of Color #094bce

%96
%64
%0
%19

Triadic Colors of #094bce

#094bce #ce094b #4bce09

Analogous Colors of #094bce

#094bce #2909ce #09aece

Monochromatic Colors of #094bce

#094bce

Complementary Color

#094bce #ce8c09

#094bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#094bce Color CSS Codes

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

#094bce Text Font Color

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

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


#094bce Background Color

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

This div background color is #094bce


#094bce Border Color

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

This div border color is #094bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094bce


Comments

No comments written yet.

Please login to write comment.