Color Hex Logo

#097590 Color Hex

#097590
(9,117,144)
0 Favorites   0 Comments

Color spaces of #097590

RGB 9117144
HSL0.530.880.30
HSV192°94°56°
CMYK 0.940.190.00   0.44
XYZ11.508014.794328.6346
Yxy14.79430.20950.2693
Hunter Lab38.4634-13.9048-17.2149
CIE-Lab45.3512-17.0879-22.3589

#097590 color RGB value is (9,117,144).

#097590 hex color red value is 9, green value is 117 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #097590 hue: 0.53 , saturation: 0.88 and the lightness value of 097590 is 0.30.

The process color (four color CMYK) of #097590 color hex is 0.94, 0.19, 0.00, 0.44. Web safe color of #097590 is #006699. Color #097590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110101 10010000
Octal 11 165 220
Decimal 9 117 144
Hex 9 75 90

RGB Percentages of Color #097590

%3.33
%43.33
%53.33

CMYK Percentages of Color #097590

%94
%19
%0
%44

Triadic Colors of #097590

#097590 #900975 #759009

Analogous Colors of #097590

#097590 #093290 #099068

Monochromatic Colors of #097590

#097590

Complementary Color

#097590 #902409

#097590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097590 Color CSS Codes

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

#097590 Text Font Color

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

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


#097590 Background Color

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

This div background color is #097590


#097590 Border Color

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

This div border color is #097590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097590


Comments

No comments written yet.

Please login to write comment.