Color Hex Logo

#09587b Color Hex

#09587B
(9,88,123)
0 Favorites   0 Comments

Color spaces of #09587b

RGB 988123
HSL0.550.860.26
HSV198°93°48°
CMYK 0.930.280.00   0.52
XYZ7.17758.467619.9950
Yxy8.46760.20140.2376
Hunter Lab29.0991-6.8953-20.3708
CIE-Lab34.9383-8.2219-25.8552

#09587b color RGB value is (9,88,123).

#09587b hex color red value is 9, green value is 88 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #09587b hue: 0.55 , saturation: 0.86 and the lightness value of 09587b is 0.26.

The process color (four color CMYK) of #09587b color hex is 0.93, 0.28, 0.00, 0.52. Web safe color of #09587b is #006666. Color #09587b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011000 01111011
Octal 11 130 173
Decimal 9 88 123
Hex 9 58 7B

RGB Percentages of Color #09587b

%4.09
%40.00
%55.91

CMYK Percentages of Color #09587b

%93
%28
%0
%52

Triadic Colors of #09587b

#09587b #7b0958 #587b09

Analogous Colors of #09587b

#09587b #091f7b #097b65

Monochromatic Colors of #09587b

#09587b

Complementary Color

#09587b #7b2c09

#09587b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09587b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09587b Color CSS Codes

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

#09587b Text Font Color

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

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


#09587b Background Color

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

This div background color is #09587b


#09587b Border Color

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

This div border color is #09587b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,88,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09587b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09587b;
  -webkit-box-shadow: 1px 1px 3px 2px #09587b;
  box-shadow:         1px 1px 3px 2px #09587b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09587b


Comments

No comments written yet.

Please login to write comment.