Color Hex Logo

#092def Color Hex

#092DEF
(9,45,239)
0 Favorites   0 Comments

Color spaces of #092def

RGB 945239
HSL0.640.930.49
HSV231°96°94°
CMYK 0.960.810.00   0.06
XYZ16.63108.166882.3612
Yxy8.16680.15520.0762
Hunter Lab28.577653.8689-150.8705
CIE-Lab34.327962.7293-95.4568

#092def color RGB value is (9,45,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101101 11101111
Octal 11 55 357
Decimal 9 45 239
Hex 9 2D EF

RGB Percentages of Color #092def

%3.07
%15.36
%81.57

CMYK Percentages of Color #092def

%96
%81
%0
%6

Triadic Colors of #092def

#092def #ef092d #2def09

Analogous Colors of #092def

#092def #5809ef #09a0ef

Monochromatic Colors of #092def

#092def

Complementary Color

#092def #efcb09

#092def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092def Color Preview on White Background

Lorem ipsum dolor sit amet.

#092def Color CSS Codes

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

#092def Text Font Color

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

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


#092def Background Color

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

This div background color is #092def


#092def Border Color

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

This div border color is #092def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092def


Comments

No comments written yet.

Please login to write comment.