Color Hex Logo

#09054e Color Hex

#09054E
(9,5,78)
0 Favorites   0 Comments

Color spaces of #09054e

RGB 9578
HSL0.680.880.16
HSV243°94°31°
CMYK 0.880.940.00   0.69
XYZ1.54210.71677.2648
Yxy0.71670.16190.0753
Hunter Lab8.465817.6997-44.9527
CIE-Lab6.473929.7087-42.3700

#09054e color RGB value is (9,5,78).

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

The process color (four color CMYK) of #09054e color hex is 0.88, 0.94, 0.00, 0.69. Web safe color of #09054e is #000066. Color #09054e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000101 01001110
Octal 11 5 116
Decimal 9 5 78
Hex 9 5 4E

RGB Percentages of Color #09054e

%9.78
%5.43
%84.78

CMYK Percentages of Color #09054e

%88
%94
%0
%69

Triadic Colors of #09054e

#09054e #4e0905 #054e09

Analogous Colors of #09054e

#09054e #2e054e #05264e

Monochromatic Colors of #09054e

#09054e

Complementary Color

#09054e #4a4e05

#09054e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09054e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09054e Color CSS Codes

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

#09054e Text Font Color

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

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


#09054e Background Color

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

This div background color is #09054e


#09054e Border Color

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

This div border color is #09054e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09054e


Comments

No comments written yet.

Please login to write comment.