Color Hex Logo

#097883 Color Hex

#097883
(9,120,131)
0 Favorites   0 Comments

Color spaces of #097883

RGB 9120131
HSL0.520.870.27
HSV185°93°51°
CMYK 0.930.080.00   0.49
XYZ10.925915.129723.8172
Yxy15.12970.21910.3034
Hunter Lab38.8969-17.9301-9.0764
CIE-Lab45.8113-23.3144-13.9342

#097883 color RGB value is (9,120,131).

#097883 hex color red value is 9, green value is 120 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #097883 hue: 0.52 , saturation: 0.87 and the lightness value of 097883 is 0.27.

The process color (four color CMYK) of #097883 color hex is 0.93, 0.08, 0.00, 0.49. Web safe color of #097883 is #006699. Color #097883 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111000 10000011
Octal 11 170 203
Decimal 9 120 131
Hex 9 78 83

RGB Percentages of Color #097883

%3.46
%46.15
%50.38

CMYK Percentages of Color #097883

%93
%8
%0
%49

Triadic Colors of #097883

#097883 #830978 #788309

Analogous Colors of #097883

#097883 #093b83 #098351

Monochromatic Colors of #097883

#097883

Complementary Color

#097883 #831409

#097883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097883 Color CSS Codes

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

#097883 Text Font Color

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

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


#097883 Background Color

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

This div background color is #097883


#097883 Border Color

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

This div border color is #097883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097883


Comments

No comments written yet.

Please login to write comment.