Color Hex Logo

#09053e Color Hex

#09053E
(9,5,62)
0 Favorites   0 Comments

Color spaces of #09053e

RGB 9562
HSL0.680.850.13
HSV244°92°24°
CMYK 0.850.920.00   0.76
XYZ1.03640.51444.6021
Yxy0.51440.16840.0836
Hunter Lab7.172213.2425-33.0236
CIE-Lab4.646521.8812-34.0698

#09053e color RGB value is (9,5,62).

#09053e hex color red value is 9, green value is 5 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #09053e hue: 0.68 , saturation: 0.85 and the lightness value of 09053e is 0.13.

The process color (four color CMYK) of #09053e color hex is 0.85, 0.92, 0.00, 0.76. Web safe color of #09053e is #000033. Color #09053e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000101 00111110
Octal 11 5 76
Decimal 9 5 62
Hex 9 5 3E

RGB Percentages of Color #09053e

%11.84
%6.58
%81.58

CMYK Percentages of Color #09053e

%85
%92
%0
%76

Triadic Colors of #09053e

#09053e #3e0905 #053e09

Analogous Colors of #09053e

#09053e #26053e #051d3e

Monochromatic Colors of #09053e

#09053e

Complementary Color

#09053e #3a3e05

#09053e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09053e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09053e Color CSS Codes

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

#09053e Text Font Color

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

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


#09053e Background Color

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

This div background color is #09053e


#09053e Border Color

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

This div border color is #09053e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09053e


Comments

No comments written yet.

Please login to write comment.