Color Hex Logo

#085189 Color Hex

#085189
(8,81,137)
0 Favorites   0 Comments

Color spaces of #085189

RGB 881137
HSL0.570.890.28
HSV206°94°54°
CMYK 0.940.410.00   0.46
XYZ7.55797.742624.7630
Yxy7.74260.18860.1933
Hunter Lab27.8255-0.2110-33.2866
CIE-Lab33.44101.9019-36.8369

#085189 color RGB value is (8,81,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010001 10001001
Octal 10 121 211
Decimal 8 81 137
Hex 8 51 89

RGB Percentages of Color #085189

%3.54
%35.84
%60.62

CMYK Percentages of Color #085189

%94
%41
%0
%46

Triadic Colors of #085189

#085189 #890851 #518908

Analogous Colors of #085189

#085189 #081189 #088981

Monochromatic Colors of #085189

#085189

Complementary Color

#085189 #894008

#085189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085189 Color CSS Codes

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

#085189 Text Font Color

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

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


#085189 Background Color

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

This div background color is #085189


#085189 Border Color

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

This div border color is #085189


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,81,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 #085189">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085189


Comments

No comments written yet.

Please login to write comment.