Color Hex Logo

#092850 Color Hex

#092850
(9,40,80)
0 Favorites   0 Comments

Color spaces of #092850

RGB 94080
HSL0.590.800.17
HSV214°89°31°
CMYK 0.890.500.00   0.69
XYZ2.31942.15487.8831
Yxy2.15480.18770.1744
Hunter Lab14.67922.5153-21.5647
CIE-Lab16.27955.8912-27.7027

#092850 color RGB value is (9,40,80).

#092850 hex color red value is 9, green value is 40 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #092850 hue: 0.59 , saturation: 0.80 and the lightness value of 092850 is 0.17.

The process color (four color CMYK) of #092850 color hex is 0.89, 0.50, 0.00, 0.69. Web safe color of #092850 is #003366. Color #092850 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101000 01010000
Octal 11 50 120
Decimal 9 40 80
Hex 9 28 50

RGB Percentages of Color #092850

%6.98
%31.01
%62.02

CMYK Percentages of Color #092850

%89
%50
%0
%69

Triadic Colors of #092850

#092850 #500928 #285009

Analogous Colors of #092850

#092850 #0d0950 #094c50

Monochromatic Colors of #092850

#092850

Complementary Color

#092850 #503109

#092850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092850 Color CSS Codes

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

#092850 Text Font Color

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

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


#092850 Background Color

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

This div background color is #092850


#092850 Border Color

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

This div border color is #092850


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,40,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #092850; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #092850;
  -webkit-box-shadow: 1px 1px 3px 2px #092850;
  box-shadow:         1px 1px 3px 2px #092850; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092850


Comments

No comments written yet.

Please login to write comment.