Color Hex Logo

#090340 Color Hex

#090340
(9,3,64)
0 Favorites   0 Comments

Color spaces of #090340

RGB 9364
HSL0.680.910.13
HSV246°95°25°
CMYK 0.860.950.00   0.75
XYZ1.07060.49344.8893
Yxy0.49340.16590.0765
Hunter Lab7.024214.9136-36.3525
CIE-Lab4.456823.9052-35.8169

#090340 color RGB value is (9,3,64).

#090340 hex color red value is 9, green value is 3 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #090340 hue: 0.68 , saturation: 0.91 and the lightness value of 090340 is 0.13.

The process color (four color CMYK) of #090340 color hex is 0.86, 0.95, 0.00, 0.75. Web safe color of #090340 is #000033. Color #090340 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000011 01000000
Octal 11 3 100
Decimal 9 3 64
Hex 9 3 40

RGB Percentages of Color #090340

%11.84
%3.95
%84.21

CMYK Percentages of Color #090340

%86
%95
%0
%75

Triadic Colors of #090340

#090340 #400903 #034009

Analogous Colors of #090340

#090340 #270340 #031c40

Monochromatic Colors of #090340

#090340

Complementary Color

#090340 #3a4003

#090340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090340 Color CSS Codes

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

#090340 Text Font Color

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

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


#090340 Background Color

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

This div background color is #090340


#090340 Border Color

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

This div border color is #090340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090340


Comments

No comments written yet.

Please login to write comment.