Color Hex Logo

#09617e Color Hex

#09617E
(9,97,126)
0 Favorites   0 Comments

Color spaces of #09617e

RGB 997126
HSL0.540.870.26
HSV195°93°49°
CMYK 0.930.230.00   0.51
XYZ8.153210.113821.2611
Yxy10.11380.20630.2559
Hunter Lab31.8022-9.8914-17.3763
CIE-Lab38.0459-12.4440-22.8478

#09617e color RGB value is (9,97,126).

#09617e hex color red value is 9, green value is 97 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #09617e hue: 0.54 , saturation: 0.87 and the lightness value of 09617e is 0.26.

The process color (four color CMYK) of #09617e color hex is 0.93, 0.23, 0.00, 0.51. Web safe color of #09617e is #006666. Color #09617e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100001 01111110
Octal 11 141 176
Decimal 9 97 126
Hex 9 61 7E

RGB Percentages of Color #09617e

%3.88
%41.81
%54.31

CMYK Percentages of Color #09617e

%93
%23
%0
%51

Triadic Colors of #09617e

#09617e #7e0961 #617e09

Analogous Colors of #09617e

#09617e #09267e #097e61

Monochromatic Colors of #09617e

#09617e

Complementary Color

#09617e #7e2609

#09617e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09617e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09617e Color CSS Codes

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

#09617e Text Font Color

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

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


#09617e Background Color

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

This div background color is #09617e


#09617e Border Color

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

This div border color is #09617e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,97,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09617e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09617e;
  -webkit-box-shadow: 1px 1px 3px 2px #09617e;
  box-shadow:         1px 1px 3px 2px #09617e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09617e


Comments

No comments written yet.

Please login to write comment.