Color Hex Logo

#09348a Color Hex

#09348A
(9,52,138)
0 Favorites   0 Comments

Color spaces of #09348a

RGB 952138
HSL0.610.880.29
HSV220°93°54°
CMYK 0.930.620.00   0.46
XYZ5.92814.349024.5718
Yxy4.34900.17010.1248
Hunter Lab20.854314.2461-55.2612
CIE-Lab24.793222.4549-51.4318

#09348a color RGB value is (9,52,138).

#09348a hex color red value is 9, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #09348a hue: 0.61 , saturation: 0.88 and the lightness value of 09348a is 0.29.

The process color (four color CMYK) of #09348a color hex is 0.93, 0.62, 0.00, 0.46. Web safe color of #09348a is #003399. Color #09348a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110100 10001010
Octal 11 64 212
Decimal 9 52 138
Hex 9 34 8A

RGB Percentages of Color #09348a

%4.52
%26.13
%69.35

CMYK Percentages of Color #09348a

%93
%62
%0
%46

Triadic Colors of #09348a

#09348a #8a0934 #348a09

Analogous Colors of #09348a

#09348a #1e098a #09758a

Monochromatic Colors of #09348a

#09348a

Complementary Color

#09348a #8a5f09

#09348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09348a Color CSS Codes

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

#09348a Text Font Color

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

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


#09348a Background Color

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

This div background color is #09348a


#09348a Border Color

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

This div border color is #09348a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09348a


Comments

No comments written yet.

Please login to write comment.