Color Hex Logo

#093742 Color Hex

#093742
(9,55,66)
0 Favorites   0 Comments

Color spaces of #093742

RGB 95566
HSL0.530.760.15
HSV192°86°26°
CMYK 0.860.170.00   0.74
XYZ2.46223.18385.6390
Yxy3.18380.21820.2821
Hunter Lab17.8432-6.5942-6.2472
CIE-Lab20.7655-10.5275-11.1607

#093742 color RGB value is (9,55,66).

#093742 hex color red value is 9, green value is 55 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #093742 hue: 0.53 , saturation: 0.76 and the lightness value of 093742 is 0.15.

The process color (four color CMYK) of #093742 color hex is 0.86, 0.17, 0.00, 0.74. Web safe color of #093742 is #003333. Color #093742 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110111 01000010
Octal 11 67 102
Decimal 9 55 66
Hex 9 37 42

RGB Percentages of Color #093742

%6.92
%42.31
%50.77

CMYK Percentages of Color #093742

%86
%17
%0
%74

Triadic Colors of #093742

#093742 #420937 #374209

Analogous Colors of #093742

#093742 #091b42 #094231

Monochromatic Colors of #093742

#093742

Complementary Color

#093742 #421409

#093742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093742 Color CSS Codes

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

#093742 Text Font Color

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

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


#093742 Background Color

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

This div background color is #093742


#093742 Border Color

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

This div border color is #093742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093742


Comments

No comments written yet.

Please login to write comment.