Color Hex Logo

#090146 Color Hex

#090146
(9,1,70)
0 Favorites   0 Comments

Color spaces of #090146

RGB 9170
HSL0.690.970.14
HSV247°99°27°
CMYK 0.870.990.00   0.73
XYZ1.22900.52205.8303
Yxy0.52200.16210.0689
Hunter Lab7.225017.7200-42.7876
CIE-Lab4.715228.0671-39.6672

#090146 color RGB value is (9,1,70).

#090146 hex color red value is 9, green value is 1 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #090146 hue: 0.69 , saturation: 0.97 and the lightness value of 090146 is 0.14.

The process color (four color CMYK) of #090146 color hex is 0.87, 0.99, 0.00, 0.73. Web safe color of #090146 is #000033. Color #090146 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000001 01000110
Octal 11 1 106
Decimal 9 1 70
Hex 9 1 46

RGB Percentages of Color #090146

%11.25
%1.25
%87.50

CMYK Percentages of Color #090146

%87
%99
%0
%73

Triadic Colors of #090146

#090146 #460901 #014609

Analogous Colors of #090146

#090146 #2b0146 #011c46

Monochromatic Colors of #090146

#090146

Complementary Color

#090146 #3e4601

#090146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090146 Color CSS Codes

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

#090146 Text Font Color

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

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


#090146 Background Color

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

This div background color is #090146


#090146 Border Color

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

This div border color is #090146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090146


Comments

No comments written yet.

Please login to write comment.