Color Hex Logo

#097078 Color Hex

#097078
(9,112,120)
0 Favorites   0 Comments

Color spaces of #097078

RGB 9112120
HSL0.510.860.25
HSV184°93°47°
CMYK 0.930.070.00   0.53
XYZ9.297013.002519.7890
Yxy13.00250.22090.3089
Hunter Lab36.0590-17.0810-7.2968
CIE-Lab42.7670-22.9296-11.9657

#097078 color RGB value is (9,112,120).

#097078 hex color red value is 9, green value is 112 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #097078 hue: 0.51 , saturation: 0.86 and the lightness value of 097078 is 0.25.

The process color (four color CMYK) of #097078 color hex is 0.93, 0.07, 0.00, 0.53. Web safe color of #097078 is #006666. Color #097078 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110000 01111000
Octal 11 160 170
Decimal 9 112 120
Hex 9 70 78

RGB Percentages of Color #097078

%3.73
%46.47
%49.79

CMYK Percentages of Color #097078

%93
%7
%0
%53

Triadic Colors of #097078

#097078 #780970 #707809

Analogous Colors of #097078

#097078 #093978 #097848

Monochromatic Colors of #097078

#097078

Complementary Color

#097078 #781109

#097078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097078 Color CSS Codes

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

#097078 Text Font Color

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

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


#097078 Background Color

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

This div background color is #097078


#097078 Border Color

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

This div border color is #097078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097078


Comments

No comments written yet.

Please login to write comment.