Color Hex Logo

#092ebe Color Hex

#092EBE
(9,46,190)
0 Favorites   0 Comments

Color spaces of #092ebe

RGB 946190
HSL0.630.910.39
HSV228°95°75°
CMYK 0.950.760.00   0.25
XYZ10.38395.729849.2739
Yxy5.72980.15880.0876
Hunter Lab23.937035.5438-105.2915
CIE-Lab28.720346.2656-76.4458

#092ebe color RGB value is (9,46,190).

#092ebe hex color red value is 9, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #092ebe hue: 0.63 , saturation: 0.91 and the lightness value of 092ebe is 0.39.

The process color (four color CMYK) of #092ebe color hex is 0.95, 0.76, 0.00, 0.25. Web safe color of #092ebe is #0033cc. Color #092ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101110 10111110
Octal 11 56 276
Decimal 9 46 190
Hex 9 2E BE

RGB Percentages of Color #092ebe

%3.67
%18.78
%77.55

CMYK Percentages of Color #092ebe

%95
%76
%0
%25

Triadic Colors of #092ebe

#092ebe #be092e #2ebe09

Analogous Colors of #092ebe

#092ebe #3f09be #0989be

Monochromatic Colors of #092ebe

#092ebe

Complementary Color

#092ebe #be9909

#092ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#092ebe Color CSS Codes

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

#092ebe Text Font Color

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

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


#092ebe Background Color

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

This div background color is #092ebe


#092ebe Border Color

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

This div border color is #092ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092ebe


Comments

No comments written yet.

Please login to write comment.