Color Hex Logo

#097185 Color Hex

#097185
(9,113,133)
0 Favorites   0 Comments

Color spaces of #097185

RGB 9113133
HSL0.530.870.28
HSV190°93°52°
CMYK 0.930.150.00   0.48
XYZ10.251413.561824.2677
Yxy13.56180.21320.2821
Hunter Lab36.8263-14.7568-13.2923
CIE-Lab43.5978-18.8828-18.5057

#097185 color RGB value is (9,113,133).

#097185 hex color red value is 9, green value is 113 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #097185 hue: 0.53 , saturation: 0.87 and the lightness value of 097185 is 0.28.

The process color (four color CMYK) of #097185 color hex is 0.93, 0.15, 0.00, 0.48. Web safe color of #097185 is #006699. Color #097185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110001 10000101
Octal 11 161 205
Decimal 9 113 133
Hex 9 71 85

RGB Percentages of Color #097185

%3.53
%44.31
%52.16

CMYK Percentages of Color #097185

%93
%15
%0
%48

Triadic Colors of #097185

#097185 #850971 #718509

Analogous Colors of #097185

#097185 #093385 #09855b

Monochromatic Colors of #097185

#097185

Complementary Color

#097185 #851d09

#097185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097185 Color CSS Codes

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

#097185 Text Font Color

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

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


#097185 Background Color

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

This div background color is #097185


#097185 Border Color

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

This div border color is #097185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097185


Comments

No comments written yet.

Please login to write comment.