Color Hex Logo

#09035e Color Hex

#09035E
(9,3,94)
0 Favorites   0 Comments

Color spaces of #09035e

RGB 9394
HSL0.680.940.19
HSV244°97°37°
CMYK 0.900.970.00   0.63
XYZ2.16560.931410.6553
Yxy0.93140.15750.0677
Hunter Lab9.650923.1651-58.7048
CIE-Lab8.406436.5480-50.0849

#09035e color RGB value is (9,3,94).

#09035e hex color red value is 9, green value is 3 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #09035e hue: 0.68 , saturation: 0.94 and the lightness value of 09035e is 0.19.

The process color (four color CMYK) of #09035e color hex is 0.90, 0.97, 0.00, 0.63. Web safe color of #09035e is #000066. Color #09035e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000011 01011110
Octal 11 3 136
Decimal 9 3 94
Hex 9 3 5E

RGB Percentages of Color #09035e

%8.49
%2.83
%88.68

CMYK Percentages of Color #09035e

%90
%97
%0
%63

Triadic Colors of #09035e

#09035e #5e0903 #035e09

Analogous Colors of #09035e

#09035e #37035e #032a5e

Monochromatic Colors of #09035e

#09035e

Complementary Color

#09035e #585e03

#09035e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09035e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09035e Color CSS Codes

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

#09035e Text Font Color

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

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


#09035e Background Color

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

This div background color is #09035e


#09035e Border Color

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

This div border color is #09035e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09035e


Comments

No comments written yet.

Please login to write comment.