Color Hex Logo

#08575d Color Hex

#08575D
(8,87,93)
0 Favorites   0 Comments

Color spaces of #08575d

RGB 88793
HSL0.510.840.20
HSV184°91°36°
CMYK 0.910.060.00   0.64
XYZ5.48417.658311.5451
Yxy7.65830.22210.3102
Hunter Lab27.6736-13.0554-5.3635
CIE-Lab33.2609-19.1231-9.7295

#08575d color RGB value is (8,87,93).

#08575d hex color red value is 8, green value is 87 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #08575d hue: 0.51 , saturation: 0.84 and the lightness value of 08575d is 0.20.

The process color (four color CMYK) of #08575d color hex is 0.91, 0.06, 0.00, 0.64. Web safe color of #08575d is #006666. Color #08575d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010111 01011101
Octal 10 127 135
Decimal 8 87 93
Hex 8 57 5D

RGB Percentages of Color #08575d

%4.26
%46.28
%49.47

CMYK Percentages of Color #08575d

%91
%6
%0
%64

Triadic Colors of #08575d

#08575d #5d0857 #575d08

Analogous Colors of #08575d

#08575d #082d5d #085d38

Monochromatic Colors of #08575d

#08575d

Complementary Color

#08575d #5d0e08

#08575d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08575d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08575d Color CSS Codes

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

#08575d Text Font Color

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

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


#08575d Background Color

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

This div background color is #08575d


#08575d Border Color

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

This div border color is #08575d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,87,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08575d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08575d;
  -webkit-box-shadow: 1px 1px 3px 2px #08575d;
  box-shadow:         1px 1px 3px 2px #08575d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08575d


Comments

No comments written yet.

Please login to write comment.