Color Hex Logo

#09406e Color Hex

#09406E
(9,64,110)
0 Favorites   0 Comments

Color spaces of #09406e

RGB 964110
HSL0.580.850.23
HSV207°92°43°
CMYK 0.920.420.00   0.57
XYZ4.76054.850715.4372
Yxy4.85070.19010.1937
Hunter Lab22.02430.0398-26.1403
CIE-Lab26.30511.9572-31.3478

#09406e color RGB value is (9,64,110).

#09406e hex color red value is 9, green value is 64 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #09406e hue: 0.58 , saturation: 0.85 and the lightness value of 09406e is 0.23.

The process color (four color CMYK) of #09406e color hex is 0.92, 0.42, 0.00, 0.57. Web safe color of #09406e is #003366. Color #09406e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000000 01101110
Octal 11 100 156
Decimal 9 64 110
Hex 9 40 6E

RGB Percentages of Color #09406e

%4.92
%34.97
%60.11

CMYK Percentages of Color #09406e

%92
%42
%0
%57

Triadic Colors of #09406e

#09406e #6e0940 #406e09

Analogous Colors of #09406e

#09406e #090d6e #096e6a

Monochromatic Colors of #09406e

#09406e

Complementary Color

#09406e #6e3709

#09406e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09406e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09406e Color CSS Codes

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

#09406e Text Font Color

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

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


#09406e Background Color

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

This div background color is #09406e


#09406e Border Color

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

This div border color is #09406e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09406e


Comments

No comments written yet.

Please login to write comment.