Color Hex Logo

#094752 Color Hex

#094752
(9,71,82)
0 Favorites   0 Comments

Color spaces of #094752

RGB 97182
HSL0.530.800.18
HSV189°89°32°
CMYK 0.890.130.00   0.68
XYZ3.88895.17378.7763
Yxy5.17370.21800.2900
Hunter Lab22.7458-9.2865-6.9546
CIE-Lab27.2240-14.0180-11.8692

#094752 color RGB value is (9,71,82).

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

The process color (four color CMYK) of #094752 color hex is 0.89, 0.13, 0.00, 0.68. Web safe color of #094752 is #003366. Color #094752 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000111 01010010
Octal 11 107 122
Decimal 9 71 82
Hex 9 47 52

RGB Percentages of Color #094752

%5.56
%43.83
%50.62

CMYK Percentages of Color #094752

%89
%13
%0
%68

Triadic Colors of #094752

#094752 #520947 #475209

Analogous Colors of #094752

#094752 #092352 #095239

Monochromatic Colors of #094752

#094752

Complementary Color

#094752 #521409

#094752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094752 Color CSS Codes

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

#094752 Text Font Color

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

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


#094752 Background Color

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

This div background color is #094752


#094752 Border Color

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

This div border color is #094752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094752


Comments

No comments written yet.

Please login to write comment.