Color Hex Logo

#093842 Color Hex

#093842
(9,56,66)
0 Favorites   0 Comments

Color spaces of #093842

RGB 95666
HSL0.530.760.15
HSV191°86°26°
CMYK 0.860.150.00   0.74
XYZ2.51023.27985.6550
Yxy3.27980.21930.2866
Hunter Lab18.1102-6.9516-5.8364
CIE-Lab21.1313-11.1493-10.6003

#093842 color RGB value is (9,56,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111000 01000010
Octal 11 70 102
Decimal 9 56 66
Hex 9 38 42

RGB Percentages of Color #093842

%6.87
%42.75
%50.38

CMYK Percentages of Color #093842

%86
%15
%0
%74

Triadic Colors of #093842

#093842 #420938 #384209

Analogous Colors of #093842

#093842 #091c42 #094230

Monochromatic Colors of #093842

#093842

Complementary Color

#093842 #421309

#093842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093842 Color CSS Codes

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

#093842 Text Font Color

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

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


#093842 Background Color

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

This div background color is #093842


#093842 Border Color

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

This div border color is #093842


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,56,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 #093842">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093842


Comments

No comments written yet.

Please login to write comment.