Color Hex Logo

#09044c Color Hex

#09044C
(9,4,76)
0 Favorites   0 Comments

Color spaces of #09044c

RGB 9476
HSL0.680.900.16
HSV244°95°30°
CMYK 0.880.950.00   0.70
XYZ1.46060.66676.8892
Yxy0.66670.16200.0739
Hunter Lab8.165217.6413-44.3091
CIE-Lab6.022229.3851-41.7259

#09044c color RGB value is (9,4,76).

#09044c hex color red value is 9, green value is 4 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #09044c hue: 0.68 , saturation: 0.90 and the lightness value of 09044c is 0.16.

The process color (four color CMYK) of #09044c color hex is 0.88, 0.95, 0.00, 0.70. Web safe color of #09044c is #000033. Color #09044c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000100 01001100
Octal 11 4 114
Decimal 9 4 76
Hex 9 4 4C

RGB Percentages of Color #09044c

%10.11
%4.49
%85.39

CMYK Percentages of Color #09044c

%88
%95
%0
%70

Triadic Colors of #09044c

#09044c #4c0904 #044c09

Analogous Colors of #09044c

#09044c #2d044c #04234c

Monochromatic Colors of #09044c

#09044c

Complementary Color

#09044c #474c04

#09044c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09044c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09044c Color CSS Codes

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

#09044c Text Font Color

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

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


#09044c Background Color

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

This div background color is #09044c


#09044c Border Color

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

This div border color is #09044c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09044c


Comments

No comments written yet.

Please login to write comment.