Color Hex Logo

#08586f Color Hex

#08586F
(8,88,111)
0 Favorites   0 Comments

Color spaces of #08586f

RGB 888111
HSL0.540.870.23
HSV193°93°44°
CMYK 0.930.210.00   0.56
XYZ6.45918.178816.2772
Yxy8.17880.20890.2646
Hunter Lab28.5986-9.7327-13.7265
CIE-Lab34.3525-12.9971-19.3312

#08586f color RGB value is (8,88,111).

#08586f hex color red value is 8, green value is 88 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #08586f hue: 0.54 , saturation: 0.87 and the lightness value of 08586f is 0.23.

The process color (four color CMYK) of #08586f color hex is 0.93, 0.21, 0.00, 0.56. Web safe color of #08586f is #006666. Color #08586f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011000 01101111
Octal 10 130 157
Decimal 8 88 111
Hex 8 58 6F

RGB Percentages of Color #08586f

%3.86
%42.51
%53.62

CMYK Percentages of Color #08586f

%93
%21
%0
%56

Triadic Colors of #08586f

#08586f #6f0858 #586f08

Analogous Colors of #08586f

#08586f #08256f #086f53

Monochromatic Colors of #08586f

#08586f

Complementary Color

#08586f #6f1f08

#08586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08586f Color CSS Codes

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

#08586f Text Font Color

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

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


#08586f Background Color

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

This div background color is #08586f


#08586f Border Color

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

This div border color is #08586f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,88,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08586f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08586f;
  -webkit-box-shadow: 1px 1px 3px 2px #08586f;
  box-shadow:         1px 1px 3px 2px #08586f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08586f

#08586f Color Palettes


Comments

No comments written yet.

Please login to write comment.