Color Hex Logo

#08728f Color Hex

#08728F
(8,114,143)
0 Favorites   0 Comments

Color spaces of #08728f

RGB 8114143
HSL0.540.890.30
HSV193°94°56°
CMYK 0.940.200.00   0.44
XYZ11.075414.069428.1185
Yxy14.06940.20790.2641
Hunter Lab37.5092-12.9351-18.1899
CIE-Lab44.3323-15.8354-23.3410

#08728f color RGB value is (8,114,143).

#08728f hex color red value is 8, green value is 114 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #08728f hue: 0.54 , saturation: 0.89 and the lightness value of 08728f is 0.30.

The process color (four color CMYK) of #08728f color hex is 0.94, 0.20, 0.00, 0.44. Web safe color of #08728f is #006699. Color #08728f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110010 10001111
Octal 10 162 217
Decimal 8 114 143
Hex 8 72 8F

RGB Percentages of Color #08728f

%3.02
%43.02
%53.96

CMYK Percentages of Color #08728f

%94
%20
%0
%44

Triadic Colors of #08728f

#08728f #8f0872 #728f08

Analogous Colors of #08728f

#08728f #082f8f #088f69

Monochromatic Colors of #08728f

#08728f

Complementary Color

#08728f #8f2508

#08728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08728f Color CSS Codes

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

#08728f Text Font Color

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

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


#08728f Background Color

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

This div background color is #08728f


#08728f Border Color

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

This div border color is #08728f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08728f


Comments

No comments written yet.

Please login to write comment.