Color Hex Logo

#092efe Color Hex

#092EFE
(9,46,254)
0 Favorites   0 Comments

Color spaces of #092efe

RGB 946254
HSL0.640.990.52
HSV231°96°100°
CMYK 0.960.820.00   0.00
XYZ18.97909.167894.5352
Yxy9.16780.15470.0747
Hunter Lab30.278458.8997-163.9205
CIE-Lab36.305466.7916-100.6166

#092efe color RGB value is (9,46,254).

#092efe hex color red value is 9, green value is 46 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #092efe hue: 0.64 , saturation: 0.99 and the lightness value of 092efe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101110 11111110
Octal 11 56 376
Decimal 9 46 254
Hex 9 2E FE

RGB Percentages of Color #092efe

%2.91
%14.89
%82.20

CMYK Percentages of Color #092efe

%96
%82
%0
%0

Triadic Colors of #092efe

#092efe #fe092e #2efe09

Analogous Colors of #092efe

#092efe #5e09fe #09a9fe

Monochromatic Colors of #092efe

#092efe

Complementary Color

#092efe #fed909

#092efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#092efe Color CSS Codes

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

#092efe Text Font Color

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

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


#092efe Background Color

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

This div background color is #092efe


#092efe Border Color

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

This div border color is #092efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092efe


Comments

No comments written yet.

Please login to write comment.