Color Hex Logo

#097288 Color Hex

#097288
(9,114,136)
0 Favorites   0 Comments

Color spaces of #097288

RGB 9114136
HSL0.530.880.28
HSV190°93°53°
CMYK 0.930.160.00   0.47
XYZ10.573913.870325.4125
Yxy13.87030.21210.2782
Hunter Lab37.2429-14.4957-14.3863
CIE-Lab44.0463-18.3460-19.6099

#097288 color RGB value is (9,114,136).

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

The process color (four color CMYK) of #097288 color hex is 0.93, 0.16, 0.00, 0.47. Web safe color of #097288 is #006699. Color #097288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110010 10001000
Octal 11 162 210
Decimal 9 114 136
Hex 9 72 88

RGB Percentages of Color #097288

%3.47
%44.02
%52.51

CMYK Percentages of Color #097288

%93
%16
%0
%47

Triadic Colors of #097288

#097288 #880972 #728809

Analogous Colors of #097288

#097288 #093388 #09885f

Monochromatic Colors of #097288

#097288

Complementary Color

#097288 #881f09

#097288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097288 Color CSS Codes

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

#097288 Text Font Color

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

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


#097288 Background Color

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

This div background color is #097288


#097288 Border Color

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

This div border color is #097288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097288


Comments

No comments written yet.

Please login to write comment.