Color Hex Logo

#094054 Color Hex

#094054
(9,64,84)
0 Favorites   0 Comments

Color spaces of #094054

RGB 96484
HSL0.540.810.18
HSV196°89°33°
CMYK 0.890.240.00   0.67
XYZ3.54634.36509.0431
Yxy4.36500.20920.2575
Hunter Lab20.8926-6.2635-11.0381
CIE-Lab24.8432-8.9715-16.8409

#094054 color RGB value is (9,64,84).

#094054 hex color red value is 9, green value is 64 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #094054 hue: 0.54 , saturation: 0.81 and the lightness value of 094054 is 0.18.

The process color (four color CMYK) of #094054 color hex is 0.89, 0.24, 0.00, 0.67. Web safe color of #094054 is #003366. Color #094054 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000000 01010100
Octal 11 100 124
Decimal 9 64 84
Hex 9 40 54

RGB Percentages of Color #094054

%5.73
%40.76
%53.50

CMYK Percentages of Color #094054

%89
%24
%0
%67

Triadic Colors of #094054

#094054 #540940 #405409

Analogous Colors of #094054

#094054 #091a54 #095443

Monochromatic Colors of #094054

#094054

Complementary Color

#094054 #541d09

#094054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094054 Color CSS Codes

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

#094054 Text Font Color

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

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


#094054 Background Color

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

This div background color is #094054


#094054 Border Color

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

This div border color is #094054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094054


Comments

No comments written yet.

Please login to write comment.