Color Hex Logo

#092cef Color Hex

#092CEF
(9,44,239)
0 Favorites   0 Comments

Color spaces of #092cef

RGB 944239
HSL0.640.930.49
HSV231°96°94°
CMYK 0.960.820.00   0.06
XYZ16.59338.091482.3486
Yxy8.09140.15500.0756
Hunter Lab28.445454.3466-151.7311
CIE-Lab34.172563.1874-95.7154

#092cef color RGB value is (9,44,239).

#092cef hex color red value is 9, green value is 44 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #092cef hue: 0.64 , saturation: 0.93 and the lightness value of 092cef is 0.49.

The process color (four color CMYK) of #092cef color hex is 0.96, 0.82, 0.00, 0.06. Web safe color of #092cef is #0033ff. Color #092cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101100 11101111
Octal 11 54 357
Decimal 9 44 239
Hex 9 2C EF

RGB Percentages of Color #092cef

%3.08
%15.07
%81.85

CMYK Percentages of Color #092cef

%96
%82
%0
%6

Triadic Colors of #092cef

#092cef #ef092c #2cef09

Analogous Colors of #092cef

#092cef #5909ef #099fef

Monochromatic Colors of #092cef

#092cef

Complementary Color

#092cef #efcc09

#092cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#092cef Color CSS Codes

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

#092cef Text Font Color

<p style="color:#092cef">Text here</p>

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


#092cef Background Color

<div style="background-color:#092cef">
Div content here</div>

This div background color is #092cef


#092cef Border Color

<div style="border:3px solid #092cef">
Div here</div>

This div border color is #092cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,44,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #092cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #092cef;
  -webkit-box-shadow: 1px 1px 3px 2px #092cef;
  box-shadow:         1px 1px 3px 2px #092cef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092cef


Comments

No comments written yet.

Please login to write comment.