Color Hex Logo

#09034a Color Hex

#09034A
(9,3,74)
0 Favorites   0 Comments

Color spaces of #09034a

RGB 9374
HSL0.680.920.15
HSV245°96°29°
CMYK 0.880.960.00   0.71
XYZ1.38130.61766.5250
Yxy0.61760.16210.0725
Hunter Lab7.858817.6214-43.7264
CIE-Lab5.578729.0051-41.0608

#09034a color RGB value is (9,3,74).

#09034a hex color red value is 9, green value is 3 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #09034a hue: 0.68 , saturation: 0.92 and the lightness value of 09034a is 0.15.

The process color (four color CMYK) of #09034a color hex is 0.88, 0.96, 0.00, 0.71. Web safe color of #09034a is #000033. Color #09034a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000011 01001010
Octal 11 3 112
Decimal 9 3 74
Hex 9 3 4A

RGB Percentages of Color #09034a

%10.47
%3.49
%86.05

CMYK Percentages of Color #09034a

%88
%96
%0
%71

Triadic Colors of #09034a

#09034a #4a0903 #034a09

Analogous Colors of #09034a

#09034a #2d034a #03214a

Monochromatic Colors of #09034a

#09034a

Complementary Color

#09034a #444a03

#09034a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09034a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09034a Color CSS Codes

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

#09034a Text Font Color

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

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


#09034a Background Color

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

This div background color is #09034a


#09034a Border Color

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

This div border color is #09034a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09034a


Comments

No comments written yet.

Please login to write comment.