Color Hex Logo

#094053 Color Hex

#094053
(9,64,83)
0 Favorites   0 Comments

Color spaces of #094053

RGB 96483
HSL0.540.800.18
HSV195°89°33°
CMYK 0.890.230.00   0.67
XYZ3.50744.34948.8383
Yxy4.34940.21010.2605
Hunter Lab20.8552-6.4768-10.5281
CIE-Lab24.7945-9.3747-16.2611

#094053 color RGB value is (9,64,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000000 01010011
Octal 11 100 123
Decimal 9 64 83
Hex 9 40 53

RGB Percentages of Color #094053

%5.77
%41.03
%53.21

CMYK Percentages of Color #094053

%89
%23
%0
%67

Triadic Colors of #094053

#094053 #530940 #405309

Analogous Colors of #094053

#094053 #091b53 #095341

Monochromatic Colors of #094053

#094053

Complementary Color

#094053 #531c09

#094053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094053 Color CSS Codes

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

#094053 Text Font Color

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

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


#094053 Background Color

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

This div background color is #094053


#094053 Border Color

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

This div border color is #094053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094053


Comments

No comments written yet.

Please login to write comment.