Color Hex Logo

#087089 Color Hex

#087089
(8,112,137)
0 Favorites   0 Comments

Color spaces of #087089

RGB 8112137
HSL0.530.890.28
HSV192°94°54°
CMYK 0.940.180.00   0.46
XYZ10.409713.446125.7136
Yxy13.44610.21000.2713
Hunter Lab36.6689-13.4974-15.9081
CIE-Lab43.4279-16.9314-21.1607

#087089 color RGB value is (8,112,137).

#087089 hex color red value is 8, green value is 112 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #087089 hue: 0.53 , saturation: 0.89 and the lightness value of 087089 is 0.28.

The process color (four color CMYK) of #087089 color hex is 0.94, 0.18, 0.00, 0.46. Web safe color of #087089 is #006699. Color #087089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110000 10001001
Octal 10 160 211
Decimal 8 112 137
Hex 8 70 89

RGB Percentages of Color #087089

%3.11
%43.58
%53.31

CMYK Percentages of Color #087089

%94
%18
%0
%46

Triadic Colors of #087089

#087089 #890870 #708908

Analogous Colors of #087089

#087089 #082f89 #088962

Monochromatic Colors of #087089

#087089

Complementary Color

#087089 #892108

#087089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#087089 Color CSS Codes

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

#087089 Text Font Color

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

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


#087089 Background Color

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

This div background color is #087089


#087089 Border Color

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

This div border color is #087089


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,112,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #087089; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #087089;
  -webkit-box-shadow: 1px 1px 3px 2px #087089;
  box-shadow:         1px 1px 3px 2px #087089; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087089


Comments

No comments written yet.

Please login to write comment.