Color Hex Logo

#09038d Color Hex

#09038D
(9,3,141)
0 Favorites   0 Comments

Color spaces of #09038d

RGB 93141
HSL0.670.960.28
HSV243°98°55°
CMYK 0.940.980.00   0.45
XYZ4.95292.046325.3332
Yxy2.04630.15320.0633
Hunter Lab14.304936.7699-94.9860
CIE-Lab15.728449.9969-68.3058

#09038d color RGB value is (9,3,141).

#09038d hex color red value is 9, green value is 3 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #09038d hue: 0.67 , saturation: 0.96 and the lightness value of 09038d is 0.28.

The process color (four color CMYK) of #09038d color hex is 0.94, 0.98, 0.00, 0.45. Web safe color of #09038d is #000099. Color #09038d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000011 10001101
Octal 11 3 215
Decimal 9 3 141
Hex 9 3 8D

RGB Percentages of Color #09038d

%5.88
%1.96
%92.16

CMYK Percentages of Color #09038d

%94
%98
%0
%45

Triadic Colors of #09038d

#09038d #8d0903 #038d09

Analogous Colors of #09038d

#09038d #4e038d #03428d

Monochromatic Colors of #09038d

#09038d

Complementary Color

#09038d #878d03

#09038d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09038d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09038d Color CSS Codes

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

#09038d Text Font Color

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

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


#09038d Background Color

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

This div background color is #09038d


#09038d Border Color

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

This div border color is #09038d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09038d


Comments

No comments written yet.

Please login to write comment.